Свойство | Тип | Описание | |
---|---|---|---|
m_Notecards | Notecard>.Dictionary |
Метод | Описание | |
---|---|---|
Cache ( UUID assetID, string text ) : void | ||
CacheCheck ( ) : void | ||
GetLine ( UUID assetID, int lineNumber ) : string |
Get a notecard line.
|
|
GetLine ( UUID assetID, int lineNumber, int maxLength ) : string |
Get a notecard line.
|
|
GetLines ( UUID assetID ) : int | ||
IsCached ( UUID assetID ) : bool |
public static Cache ( UUID assetID, string text ) : void | ||
assetID | UUID | |
text | string | |
Результат | void |
public static GetLine ( UUID assetID, int lineNumber ) : string | ||
assetID | UUID | |
lineNumber | int | Lines start at index 0 |
Результат | string |
public static GetLine ( UUID assetID, int lineNumber, int maxLength ) : string | ||
assetID | UUID | |
lineNumber | int | Lines start at index 0 |
maxLength | int | /// Maximum length of the returned line. /// |
Результат | string |
public static GetLines ( UUID assetID ) : int | ||
assetID | UUID | |
Результат | int |
public static IsCached ( UUID assetID ) : bool | ||
assetID | UUID | |
Результат | bool |