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

Interval

[top]Definition

Code cpp:
enum VAULTCPP(class) Interval VAULTCPP(: uint32_t)
{
	DEFAULT_PLAYER_RESPAWN = 8000,
};
Code c:
typedef uint32_t Interval;
Code c:
const Interval: {
	DEFAULT_PLAYER_RESPAWN = 8000;
}