File: trigger.pkg

package info (click to toggle)
boswars 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96,652 kB
  • sloc: cpp: 57,250; python: 1,715; sh: 25; makefile: 17
file content (22 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$int GetNumOpponents(int player);
int GetNumOpponents(int player);

$int GetTimer();
int GetTimer();

$void ActionVictory();
void ActionVictory();
$void ActionDefeat();
void ActionDefeat();
$void ActionDraw();
void ActionDraw();

$void ActionSetTimer(int cycles, bool increasing);
void ActionSetTimer(int cycles, bool increasing);
$void ActionStartTimer();
void ActionStartTimer();
$void ActionStopTimer();
void ActionStopTimer();

$void SetTrigger(int trigger);
void SetTrigger(int trigger);