Home
last modified time | relevance | path

Searched refs:SetPropList (Results 1 – 13 of 13) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4ScriptHost.cpp352 ScenPropList.SetPropList(pScen); in Load()
354 ScenPrototype.SetPropList(pScen->GetPrototype()); in Load()
363 ScenPropList.SetPropList(pScen); in LoadData()
365 ScenPrototype.SetPropList(pScen->GetPrototype()); in LoadData()
H A DC4Value.cpp269 SetPropList(pObj); in Denumerate()
439 SetPropList(ScriptEngine.GetPropList()); in CompileFunc()
475 if (deserializing) v->SetPropList(p); in CompileValue()
H A DC4AulExec.h138 (++pCurVal)->SetPropList(PropList); in PushPropList()
H A DC4ValueArray.cpp86 pData[i].SetPropList(reinterpret_cast<C4PropList *>(pPos[i])); in Sort()
H A DC4PropList.cpp319 ref->SetPropList(this_static); in FreezeAndMakeStaticRecursively()
980 prototype.SetPropList(newpt); in SetPropertyByS()
H A DC4Value.h141 …void SetPropList(C4PropList * PropList) { C4V_Data d; d.PropList = PropList; Set(d, C4V_PropList);… in SetPropList() function
H A DC4Effect.cpp51 CommandTarget.SetPropList(pCmdTarget); in C4Effect()
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4SoundModifiers.cpp58 props.SetPropList(in_props); in C4SoundModifier()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1113 option.props.SetPropList(props); in C4PropertyDelegateEnum()
2753 prop->parent_value.SetPropList(target_proplist); in AddPropertyGroup()
2769 prop->delegate_info.SetPropList(prop_def.prop); in AddPropertyGroup()
2856 prop->parent_value.SetPropList(base_object ? (C4PropList *) base_object : &::ScriptEngine); in AddEffectGroup()
2880 target_value.SetPropList(new_proplist); in SetBasePropList()
2881 base_proplist.SetPropList(new_proplist); in SetBasePropList()
2883 info_proplist.SetPropList(target_value.getObj()); in SetBasePropList()
2896 info_proplist.SetPropList(new_info_proplist); in DescendPath()
H A DC4ConsoleQtShapes.cpp34 rel_obj.SetPropList(for_obj); in C4ConsoleQtShape()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameMessage.cpp73 PictureDefVal.SetPropList(pSrc); in Init()
/dports/games/openclonk/openclonk-release-8.1-src/src/player/
H A DC4Player.cpp1929 SoundModifier.SetPropList(new_modifier); in SetSoundModifier()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Game.cpp2408 scen_obj_script_val.SetPropList(pScenarioObjectsScript->GetPropList()); in InitScriptEngine()
3886 GlobalSoundModifier.SetPropList(new_modifier); in SetGlobalSoundModifier()