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 |
public static ContentTypeToSLAssetType ( string contentType ) : sbyte | ||
contentType | string | |
return | sbyte |
public static ContentTypeToSLInvType ( string contentType ) : sbyte | ||
contentType | string | |
return | sbyte |
public static ParseNotecardToList ( string rawInput ) : List |
||
rawInput | string | |
return | List |
public static ParseNotecardToString ( string rawInput ) : string | ||
rawInput | string | |
return | string |
public static SLAssetTypeToContentType ( int assetType ) : string | ||
assetType | int | |
return | string |
public static SLInvTypeToContentType ( int invType ) : string | ||
invType | int | |
return | string |