 | TaskParameterTryGetValue Method |
Tries to get the task parameter value.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool TryGetValue(
IAgentData agentData,
out Object value
)
Public Function TryGetValue (
agentData As IAgentData,
<OutAttribute> ByRef value As Object
) As Boolean
public:
bool TryGetValue(
IAgentData^ agentData,
[OutAttribute] Object^% value
)
member TryGetValue :
agentData : IAgentData *
value : Object byref -> bool
Parameters
- agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data. - value
- Type: SystemObject
Parameter value.
Return Value
Type:
Boolean True if value was determined; otherwise, false.
See Also