Home
last modified time | relevance | path

Searched defs:StartMoving (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DStaticMoveType.h14 void StartMoving(float3 pos, float goalRadius) {} in StartMoving() function
15 void StartMoving(float3 pos, float goalRadius, float speed) {} in StartMoving() function
H A DScriptMoveType.h30 void StartMoving(float3, float goalRadius) {} in StartMoving() function
31 void StartMoving(float3, float goalRadius, float speed) {} in StartMoving() function
H A DClassicGroundMoveType.cpp30 void CClassicGroundMoveType::StartMoving(float3, float) {} in StartMoving() function in CClassicGroundMoveType
31 void CClassicGroundMoveType::StartMoving(float3, float, float) {} in StartMoving() function in CClassicGroundMoveType
304 void CClassicGroundMoveType::StartMoving(float3 pos, float goalRadius) { in StartMoving() function in CClassicGroundMoveType
308 void CClassicGroundMoveType::StartMoving(float3 moveGoalPos, float moveGoalRadius, float speed) in StartMoving() function in CClassicGroundMoveType
H A DHoverAirMoveType.cpp202 void CHoverAirMoveType::StartMoving(float3 pos, float goalRadius) in StartMoving() function in CHoverAirMoveType
236 void CHoverAirMoveType::StartMoving(float3 pos, float goalRadius, float speed) in StartMoving() function in CHoverAirMoveType
H A DGroundMoveType.h29 void StartMoving(float3 pos, float goalRadius, float speed) { StartMoving(pos, goalRadius); } in StartMoving() function
H A DStrafeAirMoveType.cpp1280 void CStrafeAirMoveType::StartMoving(float3 gpos, float goalRadius) in StartMoving() function in CStrafeAirMoveType
1285 void CStrafeAirMoveType::StartMoving(float3 pos, float goalRadius, float speed) in StartMoving() function in CStrafeAirMoveType
H A DGroundMoveType.cpp395 void CGroundMoveType::StartMoving(float3 moveGoalPos, float moveGoalRadius) { in StartMoving() function in CGroundMoveType
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/
H A DWipfAI.c19 public func StartMoving() in StartMoving() function
/dports/games/spring/spring_98.0/rts/Sim/Units/Scripts/
H A DNullUnitScript.cpp50 void CNullUnitScript::StartMoving(bool reversing) {} in StartMoving() function in CNullUnitScript
H A DCobInstance.cpp454 void CCobInstance::StartMoving(bool reversing) { Call(COBFN_StartMoving, reversing); } in StartMoving() function in CCobInstance
H A DLuaUnitScript.cpp884 void CLuaUnitScript::StartMoving(bool reversing) { Call(LUAFN_StartMoving, reversing * 1.0f); } in StartMoving() function in CLuaUnitScript
/dports/games/warmux/warmux-11.04/src/object/
H A Dphysics.cpp282 void Physics::StartMoving() in StartMoving() function in Physics
H A Dphysical_obj.h90 void StartMoving() in StartMoving() function
/dports/games/flying/flying-6.20/
H A Dpball.C392 void PBallTop::StartMoving( Ball *cueball ) { in StartMoving() function
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp401 nsresult HTMLEditor::StartMoving() { in StartMoving() function in mozilla::HTMLEditor
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp285 nsresult HTMLEditor::StartMoving(nsIDOMElement* aHandle) { in StartMoving() function in mozilla::HTMLEditor
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp422 nsresult HTMLEditor::StartMoving() { in StartMoving() function in mozilla::HTMLEditor
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp424 nsresult HTMLEditor::StartMoving() { in StartMoving() function in mozilla::HTMLEditor
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp422 nsresult HTMLEditor::StartMoving() { in StartMoving() function in mozilla::HTMLEditor
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLAbsPositionEditor.cpp340 HTMLEditor::StartMoving(nsIDOMElement* aHandle) in StartMoving() function in mozilla::HTMLEditor
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DExpandingToolBar.cpp506 void ExpandingToolBar::StartMoving() in StartMoving() function in ExpandingToolBar
/dports/games/mirrormagic/mirrormagic-2.0.2/src/
H A Dgame.c2354 void StartMoving(int x, int y) in StartMoving() function
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dgame.c7779 void StartMoving(int x, int y) in StartMoving() function
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dgame.c7779 void StartMoving(int x, int y) in StartMoving() function
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dgame.c7921 void StartMoving(int x, int y) in StartMoving() function

12