WildStar:API TYPE Unit GetClassId
Jump to navigation
Jump to search
Returns the unit's class ID.
local eClassId = unit::GetClassId()
Return Values
- integer - The unit's class ID. This value corresponds with the GameLib.CodeEnumClass enum.
Examples
local eClassId = GameLib.GetPlayerUnit():GetClassId()