Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

File metadata and controls

16 lines (11 loc) · 421 Bytes

AgentGetProperty

AgentGetProperty(Agent, string, boolean)

  • Agent:
  • string:
  • boolean:
  • Returns: DataType (Note this can be any data type depending on the property)

Usage

local resultDataType (Note this can be any data type depending on the property) = AgentGetProperty(variableAgent, variableString, variableBoolean)

Back To Scripting Documentation