F_Furcadia_Movement_CharacterFlags_CHAR_FLAG_SET_VISIBLE - 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.]
Set Character Visable
Namespace: Furcadia.Movement
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public const int CHAR_FLAG_SET_VISIBLE = 2
VB
Public Const CHAR_FLAG_SET_VISIBLE As Integer = 2
VB Usage
Dim value As Integer
value = CharacterFlags.CHAR_FLAG_SET_VISIBLE
C++
public:
literal int CHAR_FLAG_SET_VISIBLE = 2
F#
static val mutable CHAR_FLAG_SET_VISIBLE: int
Type: Int32