EvilEngine/ONEL
< EvilEngine(Redirected from ONEL)
ONEL | |
---|---|
One-Liner | |
Type | Binary |
Games used | The Incredibles |
Format
xOneLinerAsset
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | uint | oneLinerPlayerCount | Amount of entries. |
xOneLiner
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | AssetID | m_soundGroupNameHash | SoundGroup_AssetID |
0x04 | float | m_fSoundStartDelay | |
0x08 | float | m_fTimeSpan | |
0x0C | float | m_fTimeLastPlayed | |
0x10 | int | m_uNumPlays | Number of plays. |
0x14 | float | m_fDelayBetweenPlays | |
0x18 | float | m_fProbability | |
0x1C | float | m_fDefaultDuration | |
0x20 | float | m_fLastDuration | |
0x24 | int | m_uMaxPlays | Max amount of plays. |
0x28 | iSndGroupHandle | m_soundGroupHandle | |
0x2C | xOneLinerManager | m_pOLManager | |
0x30 | short | m_eventType | |
0x32 | short | m_bPlaysInMusicChannel | |
0x34 | BasicInform | m_pData | |
0x38 | ePlayerType | m_playerType | |
0x3C | int | firstParam | |
0x40 | float | secondParam |