EEex_GetActorIDShare
EEex_GetActorIDShare(share)
Returns the actorID for the given share / creatureData.
Parameters
share - pointer to the share (CGameObject)
Return
Returns a DWORD value from CGameObject.m_id
Notes
Similar to using this CAIObjectType Class method: CGameObject* CAIObjectType::GetShare(CGameAIBase* caller, int checkBackList) and reading offset 0x34 of the returned CGameObject
Example
EEex_GetActorIDShare()
See Also
EEex_IterateActorIDs, CGameObject, CAIObjectType Class, CAIObjectType::GetShare