M_Furcadia_Net_DreamInfo_Avatar_SpecNum - 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.]
Specs the number.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static Avatar.Frame SpecNum(
int Frame
)
VB
Public Shared Function SpecNum (
Frame As Integer
) As Avatar.Frame
VB Usage
Dim Frame As Integer
Dim returnValue As Avatar.Frame
returnValue = Avatar.SpecNum(Frame)
C++
public:
static Avatar.Frame SpecNum(
int Frame
)
F#
static member SpecNum :
Frame : int -> Avatar.Frame
- Frame
- Type: System.Int32
The frame.
Type: Avatar.Frame
[Missing documentation for "M:Furcadia.Net.DreamInfo.Avatar.SpecNum(System.Int32)"]