GameTime/ja
From M.U.G.E.N Wiki
< GameTime
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
Trigger: GameTime
Returns the total number of ticks that have elapsed in the game so far.
- Format:
- GameTime
- Arguments:
- none
- Return type:
- int
- Error conditions:
- none
Example:
trigger1 = (GameTime%27)=0 Triggers every 27th game tick.