Home
last modified time | relevance | path

Searched refs:C4V_Def (Results 1 – 24 of 24) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Time.ocd/
H A DScript.c31 if (GetType(this) != C4V_Def) in Init()
44 if (GetType(this) == C4V_Def) in HasDayNightCycle()
53 if (GetType(this) == C4V_Def) in SetTime()
77 if (GetType(this) == C4V_Def) in GetTime()
91 if (GetType(this) == C4V_Def) in IsDay()
110 if (GetType(this) == C4V_Def) in IsNight()
131 if (GetType(this) == C4V_Def) in SetCycleSpeed()
146 if (GetType(this) == C4V_Def) in GetCycleSpeed()
162 if (GetType(this) == C4V_Def) in PlaceStars()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/Liquid.ocd/
H A DScript.c178 if (GetType(liquid_name) != C4V_String && GetType(liquid_name) != C4V_Def) in PutLiquid()
183 if (GetType(liquid_name) == C4V_Def) liquid_name = liquid_name->~GetLiquidType(); in PutLiquid()
215 if (liquid_name != nil && GetType(liquid_name) != C4V_String && GetType(liquid_name) != C4V_Def) in RemoveLiquid()
222 if (GetType(liquid_name) == C4V_Def) liquid_name = liquid_name->~GetLiquidType(); in RemoveLiquid()
242 if (GetType(this) != C4V_Def) in CreateLiquid()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DComponents.c24 if (!component || GetType(component) != C4V_Def) in SetComponent()
48 if (!this || (GetType(this) != C4V_C4Object && GetType(this) != C4V_Def)) in GetComponent()
56 if (GetType(component) == C4V_Def) in GetComponent()
H A DAssert.c32 if (!this || GetType(this) != C4V_Def) in AssertDefinitionContext()
H A DSaveScenario.c534 if (vt == C4V_PropList || vt == C4V_Def) in SaveScenarioValue2String()
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4Value.cpp52 case C4V_Def: in GetC4VName()
80 return CheckConversion(C4V_Def) ? Data.PropList->GetDef() : nullptr; in getDef()
118 …case C4V_PropList: return Type != C4V_PropList && Type != C4V_Effect && Type != C4V_Def && Type !=… in WarnAboutConversion()
123 …case C4V_Def: return Type != C4V_Def && Type != C4V_Object && Type != C4V_PropList && Type !=… in WarnAboutConversion()
630 if (FnCnvDef()) return C4V_Def; in GetTypeEx()
H A DC4Value.h39 C4V_Def, enumerator
184 …case C4V_Def: return (Type == C4V_PropList && FnCnvDef()) || Type == C4V_Nil || (Type == C4V_… in CheckParConversion()
202 case C4V_Def: return Type == C4V_PropList && FnCnvDef(); in CheckConversion()
H A DC4AulDefFunc.h197 static constexpr C4V_Type Type = C4V_Def;
H A DC4Script.cpp769 if (Value.CheckConversion(C4V_Def)) return C4V_Def; in FnGetType()
1091 { "C4V_Def", C4V_Int, C4V_Def},
H A DC4AulParse.cpp1012 else if (SEqual(Idtf, C4AUL_TypeC4ID)) { t = C4V_Def; Shift(); } in Parse_Function()
1013 else if (SEqual(Idtf, C4AUL_TypeDef)) { t = C4V_Def; Shift(); } in Parse_Function()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerWealth.ocd/
H A DScript.c28 if (GetType(this) == C4V_Def) in ShowWealth()
49 if (GetType(this) == C4V_Def) in HideWealth()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Skylands.ocs/System.ocg/
H A DSmallTrees.c31 if (GetType(this) == C4V_Def) return result; in GetComponent()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Disasters.ocd/Meteor.ocd/
H A DScript.c20 if (GetType(this) != C4V_Def) return FatalError("Must be called as a definition call."); in SetChance()
35 if (GetType(this) != C4V_Def) return FatalError("Must be called as a definition call."); in GetChance()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Scoreboard.ocd/
H A DScript.c163 else if(GetType(value) == C4V_Def) value = Format("{{%i}}", value); in Update()
304 if(GetType(Scoreboard_keys[i].title) == C4V_Def) in Init()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/System.ocg/
H A DAirship.c7 if (GetType(this) != C4V_Def) return; in AllStop()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/LiquidContainer.ocd/
H A DScript.c156 else if (GetType(liquid_name) == C4V_Def) in GetLiquidDef()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseEnemy.ocd/
H A DScript.c36 if (GetType(this) != C4V_Def) in LaunchEnemy()
425 if (GetType(this) != C4V_Def) in LaunchWave()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Stalactite.ocd/
H A DScript.c64 if (GetType(this) != C4V_Def) in Place()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Elevator.ocd/
H A DScript.c222 if (GetType(this) != C4V_Def) return; in ConstructionPreview()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Decoration.ocd/Room.ocd/Keypad.ocd/
H A DScript.c244 if (GetType(replacement_images[index]) == C4V_Def) in OpenKeypadMenu()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Pump.ocd/
H A DScript.c864 if (GetType(mat) == C4V_Def) in IsInMaterialSelection()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/UserAction.ocd/
H A DScript.c58 Definition = C4V_Def,
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1972 …AddTypeOption(::Strings.RegString("def"), C4V_Def, C4VNull, factory->GetDelegateByValue(C4VString(… in C4PropertyDelegateC4ValueEnum()
/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A Dde.po289 #: sdk/script/fn/C4V_Def.xml:8(category)
11466 #: sdk/script/fn/C4V_Def.xml:11(desc)
11470 #: sdk/script/fn/C4V_Def.xml:15(text)