| 
            
              AvatarSpecNum Method 
             | 
          
        
        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 59
Syntaxpublic static AvatarFrame SpecNum(
	int Frame
)
Public Shared Function SpecNum ( 
	Frame As Integer
) As AvatarFrame
Dim Frame As Integer
Dim returnValue As AvatarFrame
returnValue = Avatar.SpecNum(Frame)
public:
static AvatarFrame SpecNum(
	int Frame
)
static member SpecNum : 
        Frame : int -> AvatarFrame 
Parameters
- Frame
 - Type: SystemInt32
            The frame.
             
Return Value
Type: 
AvatarFrame[Missing <returns> documentation for "M:Furcadia.Net.DreamInfo.Avatar.SpecNum(System.Int32)"]
See Also