head 1.2; branch ; access ; symbols ; locks sgl(2002.04.12.16.15.55):1.2; strict; comment @@; 1.2 date 2002.04.09.20.14.01; author sgl; state Exp; branches ; next 1.1; 1.1 date 2002.04.04.16.14.57; author sbn; state Exp; branches ; next ; ext @project U:/street2.pj; @ desc @@ 1.2 log @working input@ text @// This file defines the internal game function list. It binds // game function ID's to actual Action ID's. The action ID's are defined // in action.h print "Binding internal game funcs..." // =============================================== // FUNCTION ACTION // =============================================== bindaction +UP AIACTION_UP_PRESS bindaction -UP AIACTION_UP_RELEASE bindaction +DOWN AIACTION_DOWN_PRESS bindaction -DOWN AIACTION_DOWN_RELEASE bindaction +LEFT AIACTION_LEFT_PRESS bindaction -LEFT AIACTION_LEFT_RELEASE bindaction +RIGHT AIACTION_RIGHT_PRESS bindaction -RIGHT AIACTION_RIGHT_RELEASE bindaction +XBUTTON AIACTION_REBOUND_PRESS bindaction -XBUTTON AIACTION_REBOUND_RELEASE bindaction +YBUTTON AIACTION_SHOOT_PRESS bindaction -YBUTTON AIACTION_SHOOT_RELEASE bindaction +ABUTTON AIACTION_PASS_PRESS bindaction -ABUTTON AIACTION_PASS_RELEASE bindaction +BBUTTON AIACTION_JUKE_PRESS bindaction -BBUTTON AIACTION_JUKE_RELEASE bindaction +BLACK AIACTION_STEAL_PRESS bindaction -BLACK AIACTION_STEAL_RELEASE bindaction +WHITE AIACTION_STRATEGY_PRESS bindaction -WHITE AIACTION_STRATEGY_RELEASE bindaction +SELECT AIACTION_CAMERA_PRESS //bindaction -SELECT bindaction +BACK AIACTION_BACK_PRESS bindaction -BACK AIACTION_BACK_RELEASE bindaction +LTRIGGER AIACTION_LTRIG_PRESS bindaction -LTRIGGER AIACTION_LTRIG_RELEASE bindaction +RTRIGGER AIACTION_RTRIG_PRESS bindaction -RTRIGGER AIACTION_RTRIG_RELEASE // -------------------------------------------------------------------------------- // other... bindaction XAXIS AIACTION_XVALUE bindaction YAXIS AIACTION_YVALUE bindaction RXAXIS AIACTION_RXVALUE bindaction RYAXIS AIACTION_RYVALUE @ 1.1 log @Initial revision@ text @d29 4 a32 4 bindaction +BLACK AIACTION_JUKE_PRESS bindaction -BLACK AIACTION_JUKE_RELEASE bindaction +WHITE AIACTION_JUKE_PRESS bindaction -WHITE AIACTION_JUKE_RELEASE d36 1 a36 1 bindaction -SELECT d40 4 a43 4 bindaction +LTRIGGER AIACTION_L1_PRESS bindaction -LTRIGGER AIACTION_L1_RELEASE bindaction +RTRIGGER AIACTION_R1_PRESS bindaction -RTRIGGER AIACTION_R1_RELEASE @