GameTagSystem

Documents the GameTagSystem class and its functions.

triangle-exclamation

Invoking GameTagSystem

To invoke the game tag system, use the following Global function:

gts = Game.GameTagSystem()

Sub-functions

GetAllMatchingEntities

GetAllMatchingEntities(tag : CName, out entities : array:ref:Entity) : Bool;

GetAnyMatchingEntity

GetAnyMatchingEntity(tag : CName) : ref:Entity;

Last updated