Skip to end of metadata
Go to start of metadata

SetToken

Set the value of a game token.

Syntax
GameToken.SetToken( TokenName, TokenValue )

GetToken

Get the value of a game token.

Syntax
GameToken.GetToken( TokenName )

DumpAllTokens

Dump all game tokens with their values to the log.

Syntax
GameToken.DumpAllTokens()
  • No labels