Home
last modified time | relevance | path

Searched refs:max_actors (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Deye_candy_debugwin.c1013 for (i = 0; i < max_actors; i++) in ecdw_remote_heal_handler()
1034 for (i = 0; i < max_actors; i++) in ecdw_poison_handler()
1055 for (i = 0; i < max_actors; i++) in ecdw_harm_handler()
1076 for (i = 0; i < max_actors; i++) in ecdw_mana_drain_handler()
1152 for (i = 0; i < max_actors; i++) in ecdw_breathe_fire_handler()
1171 for (i = 0; i < max_actors; i++) in ecdw_breathe_ice_handler()
1190 for (i = 0; i < max_actors; i++) in ecdw_breathe_poison_handler()
1209 for (i = 0; i < max_actors; i++) in ecdw_breathe_magic_handler()
1228 for (i = 0; i < max_actors; i++) in ecdw_breathe_lightning_handler()
1247 for (i = 0; i < max_actors; i++) in ecdw_breathe_wind_handler()
[all …]
H A Dactors.c38 int max_actors=0; variable
79 for (i=0; i<max_actors; i++) in get_closest_actor()
241 for(i=0;i<max_actors;i++) in add_actor()
250 if(i>=max_actors)max_actors=i+1; in add_actor()
263 for (i = 0; i < max_actors; ++i) in add_actor_attachment()
341 for (i = 0; i < max_actors; ++i) in remove_actor_attachment()
353 if(att==max_actors-1)max_actors--; in remove_actor_attachment()
356 max_actors--; in remove_actor_attachment()
1599 for(i=0;i<max_actors;i++) in add_actor_from_server()
1889 for (i=0; i<max_actors; i++) in get_id_last_summoned()
[all …]
H A Dnew_actors.c163 for(i=0; i<max_actors; i++){ in add_enhanced_actor()
179 if(i >= max_actors) max_actors = i+1; in add_enhanced_actor()
215 for(i=0;i<max_actors;i++) in unwear_item_from_actor()
333 for(i=0;i<max_actors;i++) in actor_wear_item()
771 for(i=0;i<max_actors;i++) in add_enhanced_actor_from_server()
H A Dactor_scripts.c316 for(i=0; i<max_actors; i++) { in animate_actors()
562 for(i=0;i<max_actors;i++) { in move_to_next_frame()
994 for(i=0;i<max_actors;i++){ in next_command()
1777 for(i=0;i<max_actors;i++){ in destroy_actor()
1786 if(i==max_actors-1)max_actors--; in destroy_actor()
1789 max_actors--; in destroy_actor()
1791 actors_list[max_actors]=NULL; in destroy_actor()
1800 if(attached_actor==max_actors-1)max_actors--; in destroy_actor()
1803 max_actors--; in destroy_actor()
1823 for(i=0;i<max_actors;i++) { in destroy_all_actors()
[all …]
H A Dconsole.c499 for (j = 0; j < max_actors; j++){ in add_emote()
534 for (j = 0; j < max_actors; j++){ in send_cmd()
572 for (j = 0; j < max_actors; j++){ in set_idle()
622 for (j = 0; j < max_actors; j++){ in set_action()
673 for (j = 0; j < max_actors; j++){ in horse_cmd()
723 for (j = 0; j < max_actors; j++){ in set_neck()
/dports/games/el/Eternal-Lands-1.9.5.9-1/pawn/
H A Damxel.c229 for (i = 0; i < max_actors; i++) in n_get_actor_from_name()
237 if (i >= max_actors) in n_get_actor_from_name()
249 if (idx < 0 || idx >= max_actors || !actors_list[idx]) in n_add_local_actor_command()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang/otp-OTP-24.1.7/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/et/examples/
H A Det_trace_demo.erl16 {max_actors,10}
H A Det_display_demo.erl12 {ok, Viewer} = et_viewer:start([{title,"Coffee Order"}, {max_actors,10}]),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/et/src/
H A Det_wx_viewer.erl60 max_actors, % Maximum number of shown actors
147 max_actors = 5,
248 {max_actors, Max} when is_integer(Max), Max >= 0 ->
249 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
250 {max_actors, Max} when Max =:= infinity ->
251 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
1158 {max_actors, S#state.max_actors},
1676 MaxActors = S#state.max_actors,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/et/src/
H A Det_wx_viewer.erl60 max_actors, % Maximum number of shown actors
147 max_actors = 5,
248 {max_actors, Max} when is_integer(Max), Max >= 0 ->
249 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
250 {max_actors, Max} when Max =:= infinity ->
251 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
1158 {max_actors, S#state.max_actors},
1676 MaxActors = S#state.max_actors,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl60 max_actors, % Maximum number of shown actors
147 max_actors = 5,
248 {max_actors, Max} when is_integer(Max), Max >= 0 ->
249 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
250 {max_actors, Max} when Max =:= infinity ->
251 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
1158 {max_actors, S#state.max_actors},
1676 MaxActors = S#state.max_actors,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl60 max_actors, % Maximum number of shown actors
147 max_actors = 5,
248 {max_actors, Max} when is_integer(Max), Max >= 0 ->
249 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
250 {max_actors, Max} when Max =:= infinity ->
251 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
1158 {max_actors, S#state.max_actors},
1676 MaxActors = S#state.max_actors,
/dports/lang/erlang/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl60 max_actors, % Maximum number of shown actors
147 max_actors = 5,
248 {max_actors, Max} when is_integer(Max), Max >= 0 ->
249 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
250 {max_actors, Max} when Max =:= infinity ->
251 parse_opt(T, S#state{max_actors = Max}, CollectorOpt);
1158 {max_actors, S#state.max_actors},
1676 MaxActors = S#state.max_actors,

123