Home
last modified time | relevance | path

Searched refs:r_scripts (Results 1 – 8 of 8) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dsv_misc.cc642 cur->info = r_scripts; in SV_TriggerCreateElems()
643 cur->state = r_scripts ? r_scripts->first_state : NULL; in SV_TriggerCreateElems()
1048 for (temp=r_scripts; temp; temp=temp->next) in SR_TriggerGetScript()
1065 temp = r_scripts; in SR_TriggerGetScript()
1101 for (temp=r_scripts, idx_val=1; temp; temp=temp->next) in SR_TriggerPutScript()
H A Drad_pars.cc559 for (scr=r_scripts; scr; scr=next) in ClearPreviousScripts()
572 r_scripts = scr->next; in ClearPreviousScripts()
587 while (r_scripts) in ClearAllScripts()
589 rad_script_t *scr = r_scripts; in ClearAllScripts()
590 r_scripts = scr->next; in ClearAllScripts()
941 this_rad->next = r_scripts; in RAD_ParseRadiusTrigger()
944 if (r_scripts) in RAD_ParseRadiusTrigger()
945 r_scripts->prev = this_rad; in RAD_ParseRadiusTrigger()
947 r_scripts = this_rad; in RAD_ParseRadiusTrigger()
H A Drad_trig.h27 extern rad_script_t *r_scripts;
H A Drad_trig.cc68 rad_script_t *r_scripts = NULL; variable
200 for (scr=r_scripts; scr; scr=scr->next) in RAD_FindScriptByName()
736 for (scr=r_scripts; scr; scr=scr->next) in RAD_SpawnTriggers()
791 for (scr=r_scripts; scr; scr=scr->next) in RAD_ClearCachedInfo()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.cpp754 …_changed_scripts_for_external_editor(Node *p_base, Node *p_current, Set<Ref<Script> > &r_scripts) { in _find_changed_scripts_for_external_editor() argument
761 r_scripts.insert(c); in _find_changed_scripts_for_external_editor()
764 _find_changed_scripts_for_external_editor(p_base, p_current->get_child(i), r_scripts); in _find_changed_scripts_for_external_editor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.cpp754 …_changed_scripts_for_external_editor(Node *p_base, Node *p_current, Set<Ref<Script> > &r_scripts) { in _find_changed_scripts_for_external_editor() argument
761 r_scripts.insert(c); in _find_changed_scripts_for_external_editor()
764 _find_changed_scripts_for_external_editor(p_base, p_current->get_child(i), r_scripts); in _find_changed_scripts_for_external_editor()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp504 …_changed_scripts_for_external_editor(Node *p_base, Node *p_current, Set<Ref<Script> > &r_scripts) { in _find_changed_scripts_for_external_editor() argument
511 r_scripts.insert(c); in _find_changed_scripts_for_external_editor()
514 _find_changed_scripts_for_external_editor(p_base, p_current->get_child(i), r_scripts); in _find_changed_scripts_for_external_editor()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp504 …_changed_scripts_for_external_editor(Node *p_base, Node *p_current, Set<Ref<Script> > &r_scripts) { in _find_changed_scripts_for_external_editor() argument
511 r_scripts.insert(c); in _find_changed_scripts_for_external_editor()
514 _find_changed_scripts_for_external_editor(p_base, p_current->get_child(i), r_scripts); in _find_changed_scripts_for_external_editor()