nw::gfx::ParticleRandom::Next Member Function

Syntax

u16 Next(
     u16 maxValue
);

Arguments

Name Description
in maxValue Maximum value that can be obtained. This value will never result.

Return Values

Returns an integer between 0 and maxValue-1.

Description

Gets a random integer number.


CONFIDENTIAL