blob: 89f1cc8d0ac3b844a472bc61d623cfb1f6ae0683 [file] [log] [blame]
namespace MyGame;
// Not all programmining languages support this extra table.
table MonsterExtra {
// Float-point values with NaN and Inf defaults.
testf_nan:float = nan;
testf_pinf:float = +inf;
testf_ninf:float = -inf;
testd_nan:double = nan;
testd_pinf:double = +inf;
testd_ninf:double = -inf;
}