Fid.this

A constructor that creates an object of the Fid class with the given parameter in the form of some integer value representing fid. If called without parameters, then the default parameter is the STYX_NOFID value from styx2000.protoconst.base.

class Fid
this
(
uint fid = STYX_NOFID
)

Parameters

fid uint

Unique 32-bit value assigned by the Styx client.

Typical usage:

Fid fid = new Fid(0);

Meta