Home
last modified time | relevance | path

Searched refs:CrowdAgentState (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DNavigationEvents.h118 URHO3D_PARAM(P_CROWD_AGENT_STATE, CrowdAgentState); // int in URHO3D_EVENT()
129 URHO3D_PARAM(P_CROWD_AGENT_STATE, CrowdAgentState); // int in URHO3D_EVENT()
140 URHO3D_PARAM(P_CROWD_AGENT_STATE, CrowdAgentState); // int in URHO3D_EVENT()
151 URHO3D_PARAM(P_CROWD_AGENT_STATE, CrowdAgentState); // int in URHO3D_EVENT()
H A DCrowdAgent.h49 enum CrowdAgentState enum
138 CrowdAgentState GetAgentState() const;
234 CrowdAgentState previousAgentState_;
H A DCrowdAgent.cpp491 CrowdAgentState CrowdAgent::GetAgentState() const in GetAgentState()
494 return agent ? (CrowdAgentState)agent->state : CA_STATE_INVALID; in GetAgentState()
559 CrowdAgentState newAgentState = GetAgentState(); in OnCrowdUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Navigation/
H A DCrowdAgent.pkg21 enum CrowdAgentState
66 CrowdAgentState GetAgentState() const;
96 tolua_readonly tolua_property__get_set CrowdAgentState agentState;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/include/
H A DDetourCrowd.h67 enum CrowdAgentState enum
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Include/
H A DDetourCrowd.h65 enum CrowdAgentState enum
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/39_CrowdNavigation/
H A DCrowdNavigation.cpp591 CrowdAgentState agentState = (CrowdAgentState)eventData[P_CROWD_AGENT_STATE].GetInt(); in HandleCrowdAgentFailure()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D39_CrowdNavigation.as535 int state = eventData["CrowdAgentState"].GetInt();
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DScriptAPI.dox358 - %CrowdAgentState : int
366 - %CrowdAgentState : int
374 - %CrowdAgentState : int
382 - %CrowdAgentState : int
5936 - CrowdAgentState agentState // readonly
16008 ### CrowdAgentState
H A DLuaScriptAPI.dox1717 - CrowdAgentState GetAgentState() const
1749 - CrowdAgentState agentState (readonly)
8121 ### CrowdAgentState
H A DAngelScriptAPI.h3562 CrowdAgentState agentState;
15428 enum CrowdAgentState enum