Method | Description | |
---|---|---|
CptResOpen ( uint id ) : byte[] | ||
FetchFrame ( byte resourceData, uint frameNo ) : ByteAccess | ||
FetchRes ( uint id ) : byte[] | ||
Flush ( ) : void | ||
LockScript ( uint scrId ) : |
||
OpenFetchRes ( uint id ) : byte[] | ||
ReadInt16 ( short value ) : short | ||
ReadUInt16 ( ushort value ) : ushort | ||
ReadUInt32 ( uint value ) : uint | ||
ResClose ( uint id ) : void | ||
ResMan ( string directory, string fileName, bool isMacFile ) : System | ||
ResOpen ( uint id ) : void | ||
UnlockScript ( uint scrId ) : void |
Method | Description | |
---|---|---|
LoadCluDescript ( string fileName ) : void | ||
OpenCptResourceLittleEndian ( uint id ) : void | ||
OpenScriptResourceLittleEndian ( uint id ) : void | ||
ResFile ( uint id ) : Stream | ||
ResHandle ( uint id ) : |
||
ResLength ( uint id ) : uint | ||
ResOffset ( uint id ) : uint |
public FetchFrame ( byte resourceData, uint frameNo ) : ByteAccess | ||
resourceData | byte | |
frameNo | uint | |
return | ByteAccess |
public ResMan ( string directory, string fileName, bool isMacFile ) : System | ||
directory | string | |
fileName | string | |
isMacFile | bool | |
return | System |