ConvertGameSpeed

Parameters
i integer

The integer representation of the gamespeed.

comment

Returns the gamespeed that corresponds to the given integer.

It is used to define the constants representing gamespeed. First index is 0. Accepts any integer, the reference is always the same for a given integer.

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
gamespeed
Source code
constant native ConvertGameSpeed            takes integer i returns gamespeed
Source
common.j
wc3modding.com
ConvertGameSpeed