EEex_GetActorIDPortrait

EEex_GetActorIDPortrait(slot)

Returns the actor id for the specified portrait slot

Parameters

  • slot - slot id to return actor id for

Return

Returns the actor id for the specified portrait slot

Notes

Internally calls the CInfGame Class method: long CInfGame::GetCharacterId(short nPortrait)

Example

local charid = EEex_GetActorIDPortrait(1)

See Also

EEex_GetActorIDShare, EEex_IterateActorIDs, CInfGame Class, CInfGame::GetCharacterId