C# Class OpenSim.Framework.SLUtil

Mostra file Open project: N3X15/VoxelSim

Public Methods

Method Description
ContentTypeToSLAssetType ( string contentType ) : sbyte
ContentTypeToSLInvType ( string contentType ) : sbyte
ParseNotecardToList ( string rawInput ) : List

Parse a notecard in Linden format to a list of ordinary lines.

ParseNotecardToString ( string rawInput ) : string

Parse a notecard in Linden format to a string of ordinary text.

SLAssetTypeToContentType ( int assetType ) : string
SLInvTypeToContentType ( int invType ) : string

Method Details

ContentTypeToSLAssetType() public static method

public static ContentTypeToSLAssetType ( string contentType ) : sbyte
contentType string
return sbyte

ContentTypeToSLInvType() public static method

public static ContentTypeToSLInvType ( string contentType ) : sbyte
contentType string
return sbyte

ParseNotecardToList() public static method

Parse a notecard in Linden format to a list of ordinary lines.
public static ParseNotecardToList ( string rawInput ) : List
rawInput string
return List

ParseNotecardToString() public static method

Parse a notecard in Linden format to a string of ordinary text.
public static ParseNotecardToString ( string rawInput ) : string
rawInput string
return string

SLAssetTypeToContentType() public static method

public static SLAssetTypeToContentType ( int assetType ) : string
assetType int
return string

SLInvTypeToContentType() public static method

public static SLInvTypeToContentType ( int invType ) : string
invType int
return string