Home
last modified time | relevance | path

Searched refs:pathfindstep (Results 1 – 12 of 12) sorted by relevance

/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1084 float pathfindstep; // UT: how long each step if the entity is trying to find a way
H A Dopenborscript.c4932 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.pathfindstep; in openbor_getentityproperty()
6583 ent->modeldata.pathfindstep = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c7044 newchar->pathfindstep = GET_FLOAT_ARG(1); in load_cached_model()
16114 if(self->modeldata.pathfindstep>0){ in checkpathblocked()
16119 if((wpc=astar(self, target->x, target->z, self->modeldata.pathfindstep, &wp))>0){ in checkpathblocked()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1114 float pathfindstep; // UT: how long each step if the entity is trying to find a way member
H A Dopenborscript.c5801 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.pathfindstep; in openbor_getentityproperty()
7457 ent->modeldata.pathfindstep = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9259 newchar->pathfindstep = GET_FLOAT_ARG(1); in load_cached_model()
22032 if(self->modeldata.pathfindstep > 0) in checkpathblocked()
22039 … if((wpc = astar(self, target->x, target->z, self->modeldata.pathfindstep, &wp)) > 0) in checkpathblocked()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1845 float pathfindstep; // UT: how long each step if the entity is trying to find a way member
H A Dopenborscript.c7740 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.pathfindstep; in openbor_getentityproperty()
9606 ent->modeldata.pathfindstep = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c10867 newchar->pathfindstep = GET_FLOAT_ARG(1); in load_cached_model()
25258 if(self->modeldata.pathfindstep > 0) in checkpathblocked()
25265 …(wpc = astar(self, target->position.x, target->position.z, self->modeldata.pathfindstep, &wp)) > 0) in checkpathblocked()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2330 float pathfindstep; // UT: how long each step if the entity is trying to find a way member
H A Dopenborscript.c4782 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.pathfindstep; in openbor_getentityproperty()
6637 ent->modeldata.pathfindstep = (DOUBLE)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c11380 newchar->pathfindstep = GET_FLOAT_ARG(1); in load_cached_model()
27708 if(self->modeldata.pathfindstep > 0) in checkpathblocked()
27715 …(wpc = astar(self, target->position.x, target->position.z, self->modeldata.pathfindstep, &wp)) > 0) in checkpathblocked()