Home
last modified time | relevance | path

Searched refs:swapaction (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_ted.c3648 void (*action)(int),(*swapaction)(int); in SetupInanimateActors() local
3704 swapaction = DisableObject; in SetupInanimateActors()
3742 swapaction = NULL; in SetupInanimateActors()
3744 LinkActor(new,i,j,action,swapaction); in SetupInanimateActors()
3752 swapaction = NULL; in SetupInanimateActors()
3754 LinkActor(new,i,j,action,swapaction); in SetupInanimateActors()
3762 swapaction = NULL; in SetupInanimateActors()
3764 LinkActor(new,i,j,action,swapaction); in SetupInanimateActors()
3772 swapaction = NULL; in SetupInanimateActors()
3795 swapaction = DisableObject; in SetupInanimateActors()
[all …]
H A Drt_door.c394 if (temp->swapaction) in SaveTouchPlates()
395 dummy.swapactionindex = GetIndexForAction(temp->swapaction); in SaveTouchPlates()
501 temp->swapaction = touchactions[dummy.swapactionindex]; in LoadTouchPlates()
503 temp->swapaction = NULL; in LoadTouchPlates()
563 if (!temp->swapaction) in LoadTouchPlates()
566 Debug("swapaction: %13s,",touchstrings[GetIndexForAction(temp->swapaction)]); in LoadTouchPlates()
616 void Link_To_Touchplate(word touchlocx, word touchlocy, void (*maction)(int), void (*swapaction)(i… in Link_To_Touchplate()
627 temp->swapaction = swapaction; in Link_To_Touchplate()
653 temp->swapaction = eaction; in ClockLink()
799 temp->action = temp->swapaction; in TriggerStuff()
[all …]
H A Drt_door.h128 void (*swapaction)(int); member