Entities

Entities

GetHighestEntityIndex

Returns current highest entity index

Entities.GetHighestEntityIndex()

GetEntityFromHandle

Takes a handle and returns an entity from it

Entities.GetEntityFromHandle(handle)
Name
Type

Entity Handle

Integer

GetEntityFromIndex

Takes an index and returns an entity from it

Entities.GetEntityFromIndex(index)
Name
Type

Entity Index

Integer

GetEntityHandle

Takes an entity and returns it's handle

Entities.GetEntityHandle(entity)
Name
Type

Entity

BaseEntity

GetDesignerName

Takes an entity and returns it's designer name

Entities.GetDesignerName(entity)
Name
Type

Entity

BaseEntity

GetGameRules

Returns object of game rules

Entities.GetGameRules()

Last updated