F_Furcadia_Movement_CharacterFlags_CHAR_FLAG_HAS_PROFILE - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Character has a Web Profile page. As of Furcadia V31 This is not yet used
Namespace: Furcadia.Movement
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public const int CHAR_FLAG_HAS_PROFILE = 1
VB
Public Const CHAR_FLAG_HAS_PROFILE As Integer = 1
VB Usage
Dim value As Integer
value = CharacterFlags.CHAR_FLAG_HAS_PROFILE
C++
public:
literal int CHAR_FLAG_HAS_PROFILE = 1
F#
static val mutable CHAR_FLAG_HAS_PROFILE: int
Type: Int32