User Tools

Site Tools


eliteapi:functions:entity:setzposition

SetZPosition

Sets the entities z position.

ELITEAPI_API bool __stdcall SetZPosition(void* apiObject, int index, float zPosition);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • index [in]
    • The index of the entity to obtain.
  • xPosition [in]
    • The z position to set the entity to.

Return Value

True on success, false otherwise.

eliteapi/functions/entity/setzposition.txt · Last modified: 2014/12/08 02:28 (external edit)