GameInfo - HockeyQuestionMark/HockeyEditor GitHub Wiki

Properties

Properties Returns Description Read Only?
RedScore Integer The red team's score No
BlueScore Integer The blue team's score No
GameTime Integer The game time in hundredths of a second No
Period Integer The period. 0 = warmup, 1-3 = normal periods. 4+ = overtime No
IntermissionTime Integer The amount of time in hundredths of a second before the next period starts No
StopTime Integer The amount of time in hundredths of a second before the next faceoff starts (after a goal) No

The above properties are not read only but can only be modified by the host of the server.

The times are in hundredths of a second meaning 1 = 100. A period lasts for 5 minutes which is 5 x 60 x 100 = 30000.

Intermission lasts for 20 seconds which is 20 x 100 = 2000.