forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.PSO.PsoUtils
Jérémie N'gadi edited this page Oct 29, 2018
·
1 revision
namespace: RageLib.GTA5.PSO
PsoUtils
public class PsoUtils
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
method | void Clear() |
__ |
method | T ConvertData< T >(byte[] data, int offset) |
__ |
method | [] ConvertDataArray< T >(PsoFile pso, Array_StructurePointer array) |
__ |
method | [] ConvertDataArrayRaw< T >(byte[] data, int offset, int count) |
__ |
method | T ConvertDataRaw< T >(byte[] data) |
__ |
method | T ConvertDataRaw< T >(byte[] data, int offset) |
__ |
method | [] GetByteArray(PsoFile pso, PsoStructureEntryInfo entry, int offset) |
__ |
method | string GetCSharpTypeName(DataType t) |
__ |
method | [] GetFloatArray(PsoFile pso, Array_float arr) |
__ |
method | [] GetFloatArrayRaw(PsoFile pso, Array_float arr) |
__ |
method | [] GetHashArray(PsoFile pso, Array_uint arr) |
__ |
method | T GetItem< T >(PsoFile pso, int offset) |
__ |
method | [] GetItemArray< T >(PsoFile pso, Array_Structure arr) |
__ |
method | [] GetItemArrayRaw< T >(PsoFile pso, Array_Structure arr) |
__ |
method | [] GetObjectArray< T, U >(PsoFile pso, Array_Structure arr) |
__ |
method | [] GetPointerArray(PsoFile pso, Array_StructurePointer array) |
__ |
method | PsoDataMappingEntry GetRootEntry(PsoFile pso) |
__ |
method | T GetRootItem< T >(PsoFile pso) |
__ |
method | string GetString(PsoFile pso, CharPointer ptr) |
__ |
method | string GetString(PsoFile pso, DataBlockPointer ptr) |
__ |
method | string GetTypesString() |
__ |
method | [] GetUintArray(PsoFile pso, Array_uint arr) |
__ |
method | [] GetUintArrayRaw(PsoFile pso, Array_uint arr) |
__ |
method | [] GetUShortArray(PsoFile pso, Array_Structure arr) |
__ |
method | [] GetUShortArrayRaw(PsoFile pso, Array_Structure arr) |
__ |
⬜ | name | description |
---|