Furcadia Framework For Third Party Programs
BadgesGetLevel Method |
[This is preliminary documentation and is subject to change.]
Gets the level.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static int GetLevel( string tag )
Public Shared Function GetLevel ( tag As String ) As Integer Dim tag As String Dim returnValue As Integer returnValue = Badges.GetLevel(tag)
public: static int GetLevel( String^ tag )
static member GetLevel : tag : string -> int
Parameters
- tag
- Type: SystemString
The tag.
Return Value
Type: Int32[Missing <returns> documentation for "M:Furcadia.Net.DreamInfo.Badges.GetLevel(System.String)"]
See Also