RSDKv5 GetEntitySlot¶ Description¶ Gets the slot ID of an entity. Parameters¶ entity The entity to retrieve the slot ID of. Return Value¶ Returns the slot ID of the entity as an int32. Syntax¶ CC++ RSDK.GetEntitySlot(void *entity); entity->Slot(); Example¶ CC++ int32 entitySlot = RSDK.GetEntitySlot(self); int32 entitySlot = this->Slot();