Home
last modified time | relevance | path

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

/dports/games/fargoal/fargoal/src/
H A Dplayer.h4 int player_create (int x, int y, int health, int skill);
H A Dmain.c273 player_create (0, 0, ph, ps); in main()
H A Dgame.c400 player_create (0, 0, health, skill); in game_original()
H A Dplayer.c444 player_create (int x, int y, int health, int skill) in player_create() function
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/
H A Dplayer.h106 player_t* player_create(int type);
H A Dplayer.c65 player_t *player_create(int type) in player_create() function
/dports/games/openomf/openomf-c36c421/include/game/protos/
H A Dplayer.h66 void player_create(object *obj);
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/py_pjsua/
H A Dpjsua.py169 status, id = py_pjsua.player_create("test.wav", 0)
H A Dpjsua_app.py303 status, wav_id = py_pjsua.player_create(file_name, 0)
/dports/games/openomf/openomf-c36c421/src/game/protos/
H A Dobject.c64 player_create(obj); in object_create()
173 player_create(obj); in object_unserialize()
H A Dplayer.c87 void player_create(object *obj) { in player_create() function
/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Dlevel.c828 team[0] = player_create(PL_SONIC); in level_init()
829 team[1] = player_create(PL_TAILS); in level_init()
830 team[2] = player_create(PL_KNUCKLES); in level_init()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/python/
H A Dpjsua.py2578 err, player_id = _pjsua.player_create(filename, opt)