Home
last modified time | relevance | path

Searched refs:GetProcedure (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Command.cpp300 if (cObj->GetProcedure()==DFA_PUSH) in MoveTo()
310 switch (cObj->GetProcedure()) in MoveTo()
353 switch (cObj->GetProcedure()) in MoveTo()
464 if (cObj->GetProcedure()==DFA_PUSH) in Dig()
472 if ((cObj->GetProcedure()==DFA_SCALE) || (cObj->GetProcedure()==DFA_HANGLE)) in Dig()
488 if (cObj->GetProcedure()!=DFA_DIG) in Dig()
494 if (cObj->GetProcedure()!=DFA_DIG) in Dig()
579 if (cObj->GetProcedure()==DFA_PUSH) in Enter()
585 if (cObj->GetProcedure()==DFA_PUSH) in Enter()
592 if (cObj->GetProcedure()==DFA_PUSH) in Enter()
[all …]
H A DC4ObjectCom.cpp192 if (cObj->GetProcedure()!=DFA_WALK) return false; in ObjectComGrab()
203 if (cObj->GetProcedure() == DFA_PUSH) in ObjectComUnGrab()
226 if (cObj->GetProcedure()!=DFA_WALK) return false; in ObjectComJump()
298 switch (cObj->GetProcedure()) in ObjectComThrow()
408 if (cObj->GetProcedure()==DFA_ATTACH) in ObjectComCancelAttach()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Ropeladder.ocd/LadderGrabber.ocd/
H A DScript.c20 …return clonk->GetProcedure() == "WALK" || clonk->GetProcedure() == "SCALE" || clonk->GetProcedure(… in IsInteractable()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Movement.ocd/
H A DScript.c74 if (fx.Target->GetProcedure() == "SCALE") in ExecuteStand()
105 else if (fx.Target->GetProcedure() == "HANGLE") in ExecuteStand()
109 else if (fx.Target->GetProcedure() == "FLIGHT" || fx.Target->GetAction() == "Roll") in ExecuteStand()
115 …a what to do for action %v and procedure %v.", fx.Target->GetAction(), fx.Target->GetProcedure())); in ExecuteStand()
144 if (fx.Target->GetProcedure() == "WALK") in ExecuteJump()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/ClonkControl.ocd/
H A DScript.c220 var proc = GetProcedure(); in ObjectControl()
494 if (GetProcedure() == "ATTACH") in ControlMovement2Script()
506 var proc = GetProcedure(); in FxIntControlFreeHandsStart()
529 var proc = GetProcedure(); in CanEnter()
536 public func IsMounted() { return GetProcedure() == "ATTACH"; } in IsMounted()
601 if (GetProcedure() == "WALK") in ControlJump()
612 if (GetProcedure() == "SCALE" || GetAction() == "Climb") in ControlJump()
636 if (GetProcedure() == "SCALE" || GetAction() == "Climb") in ControlJumpExecute()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Boompack.ocd/
H A DScript.c133 if (clonk->GetProcedure() == "ATTACH") return false; in RejectUse()
135 return clonk->GetProcedure() != "WALK" && clonk->GetProcedure() != "FLIGHT"; in RejectUse()
141 if(clonk->GetProcedure()=="ATTACH") return false; in ControlUse()
190 if(!(clonk->GetProcedure() == "ATTACH")) return; in JumpOff()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/ClonkUseControl.ocd/
H A DScript.c193 var proc = GetProcedure(); in DetermineUsageType()
307 if (horse && GetProcedure() == "ATTACH" && GetUsedObject() != horse) in CancelUseControl()
385 if (GetProcedure() != "ATTACH" && !Contained() && GetProcedure() != "SCALE") in HoldingUseControl()
389 if (GetProcedure() != "PUSH") in HoldingUseControl()
396 …if ((dir_obj->GetComDir() == COMD_Stop && dir_obj->GetXDir() == 0) || dir_obj->GetProcedure() == "… in HoldingUseControl()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A DModuleLoader.pas123 function GetProcedure(const AName: string; var AProc: Pointer): Boolean;
395 Result := GetProcedure(AName, ASymbol);
405 function TModuleLoader.GetProcedure(const AName: string; var AProc: Pointer): Boolean; in GetProcedure() function
470 Result := GetProcedure(AName, ASymbol);
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/
H A DScript.c39 if (fx_ai.Target->GetProcedure() == "PUSH") in OnAddAI()
97 if (fx.Target->GetProcedure() != "PUSH" || fx.Target->GetActionTarget() != fx.vehicle) in ExecuteCatapult()
168 if (fx.Target->GetProcedure() != "PUSH" || fx.Target->GetActionTarget() != fx.vehicle) in ExecuteAirship()
210 if (clonk->GetProcedure() == "PUSH") in ExecuteAirship()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/dev/colorspace/
H A Dunitmakerunit.pas414 function GetProcedure(AFullname, AParams: string; AOverload: boolean): string; in GetProcedure() function
922 h := GetProcedure(HelperName+'.SetRed', 'AValue: byte', false);
925 h := GetProcedure(HelperName+'.SetGreen', 'AValue: byte', false);
928 h := GetProcedure(HelperName+'.SetBlue', 'AValue: byte', false);
936 … h := GetProcedure(HelperName+'.ChromaticAdapt', 'const AFrom, ATo: TXYZReferenceWhite', false);
942 … h := GetProcedure(HelperName+'.ChromaticAdapt', 'const AFrom, ATo: TXYZReferenceWhite', false);
993 h := GetProcedure('From' + n, 'AValue: ' + nt, b);
995 h := GetProcedure(HelperName + '.From' + n, 'AValue: ' + nt, b);
999 …h := GetProcedure('From' + n, 'AValue: ' + nt + '; ' + 'const AReferenceWhite: TXYZReferenceWhite'…
1001 …h := GetProcedure(HelperName + '.From' + n, 'AValue: ' + nt + '; ' + 'const AReferenceWhite: TXYZR…
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/dev/colorspace/
H A Dunitmakerunit.pas414 function GetProcedure(AFullname, AParams: string; AOverload: boolean): string; in GetProcedure() function
922 h := GetProcedure(HelperName+'.SetRed', 'AValue: byte', false);
925 h := GetProcedure(HelperName+'.SetGreen', 'AValue: byte', false);
928 h := GetProcedure(HelperName+'.SetBlue', 'AValue: byte', false);
936 … h := GetProcedure(HelperName+'.ChromaticAdapt', 'const AFrom, ATo: TXYZReferenceWhite', false);
942 … h := GetProcedure(HelperName+'.ChromaticAdapt', 'const AFrom, ATo: TXYZReferenceWhite', false);
993 h := GetProcedure('From' + n, 'AValue: ' + nt, b);
995 h := GetProcedure(HelperName + '.From' + n, 'AValue: ' + nt, b);
999 …h := GetProcedure('From' + n, 'AValue: ' + nt + '; ' + 'const AReferenceWhite: TXYZReferenceWhite'…
1001 …h := GetProcedure(HelperName + '.From' + n, 'AValue: ' + nt + '; ' + 'const AReferenceWhite: TXYZR…
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Resources.ocd/Seeds.ocd/
H A DScript.c11 if(clonk->GetProcedure() != "WALK") return true; in RejectUse()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Shovel.ocd/
H A DScript.c100 var is_scaling = (clonk->GetProcedure() == "SCALE"); in FxShovelDigTimer()
101 var can_dig = (clonk->GetAction() == "Walk" || is_scaling || clonk->GetProcedure() == "HANGLE"); in FxShovelDigTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Pickaxe.ocd/
H A DScript.c37 var proc = clonk->GetProcedure(); in RejectUse()
60 if (clonk->GetProcedure() != "WALK") in ControlUseHolding()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/ClonkInteractionControl.ocd/
H A DScript.c421 if (GetProcedure() == "SWIM") in GetInteractableObjects()
451 if (GetProcedure() == "PUSH") in GetInteractableObjects()
495 var proc = GetProcedure(); in ExecuteInteraction()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/System.ocg/
H A DAirship.c51 if (member->GetProcedure() == "PUSH") member->SetAction("Walk"); in PrepareToBoard()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/TreasureHunt.ocs/System.ocg/
H A DDlgTarzan.c58 if (GetProcedure() == "SCALE") in FxTarzanSwingingTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/HelperFunctions.ocd/
H A DScript.c14 if (target->GetProcedure() == DFA_ATTACH) in GetTargetMovementObject()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/Hook.ocd/
H A DScript.c177 if (target->GetProcedure() == "ATTACH") in FxIntGrappleControlControl()
235 if (target->GetProcedure() == "ATTACH") in FxIntGrappleControlTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DPlayerControl.c290 var proc = GetProcedure(); in ObjectControlMovement()
370 var proc = GetProcedure(); in ObjectControlUpdateComdir()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/
H A DScript.c247 var proc = GetProcedure(); in Bridge()
269 public func IsWalking(){return GetProcedure() == "WALK";} in IsWalking()
270 public func IsSwimming(){return GetProcedure() == "SWIM";} in IsSwimming()
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog/catalogapi/
H A Dinterfaces.go35GetProcedure(ctx context.Context, accountName string, databaseName string, schemaName string, proc… methodSpec
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog/catalogapi/
H A Dinterfaces.go35GetProcedure(ctx context.Context, accountName string, databaseName string, schemaName string, proc… methodSpec
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog/catalogapi/
H A Dinterfaces.go35GetProcedure(ctx context.Context, accountName string, databaseName string, schemaName string, proc… methodSpec
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerActionBar.ocd/
H A DScript.c267 else if (clonk->GetProcedure() == "PUSH" && clonk->GetActionTarget() == to_interact) in GetInteractionHelp()

1234