This site has been archived and made available for preservation purposes. No edits can be made.

Interval

This is an old revision of this page, as edited 08-14-2012, 11:52 PM by foxtacles (contribs). It may differ significantly from the current revision.

[top]Definition

Code cpp:
enum Interval : uint32_t
{
	DEFAULT_PLAYER_RESPAWN = 8000,
};
Code c:
const Interval: {
	DEFAULT_PLAYER_RESPAWN = 8000;
}