Afid.this

A constructor that creates an object of the Afid 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 Afid
this
(
uint fid = STYX_NOFID
)

Parameters

fid uint

Unique 32-bit value assigned by the Styx client.

Typical usage:

Afid afid = new Afid(0);

Meta