#include <ODA.h>
Public Member Functions | |
ODA () | |
ODA (byte *oda) | |
~ODA () | |
void | Set (byte *oda) |
int | Find (char *name) const |
int | Find (ODAMagic magic, char *name) const |
int | GetNumFiles () const |
ODAMagic | GetMagic (int index) const |
char * | GetName (int index) const |
int | GetSize (int index) const |
byte * | GetData (int index) const |
int | GetOffset (int index) const |
Private Attributes | |
ODATOC * | toc |
|
|
|
Definition at line 19 of file ODA.cc. References Set(). |
|
|
|
Definition at line 44 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAEntry::magic, ODAInfo::magic, ODAEntry::name, ODAInfo::numFiles, ODA_MAGIC_MIDI, ODA_MAGIC_WAVE, and toc. |
|
Definition at line 31 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAInfo::magic, ODAEntry::name, ODAInfo::numFiles, and toc. |
|
Definition at line 111 of file ODA.cc. References byte, ODATOC::entry, ODATOC::info, ODAInfo::magic, ODAInfo::numFiles, ODAEntry::offset, and toc. Referenced by SoundAgent::NotifyCommand(), MTNAgent7::NotifyCommand(), MTNAgent::NotifyCommand(), and MoNet::ToCommandIndex(). |
|
Definition at line 81 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAEntry::magic, ODAInfo::magic, ODAInfo::numFiles, and toc. Referenced by MoNet::ToCommandIndex(). |
|
Definition at line 91 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAInfo::magic, ODAEntry::name, ODAInfo::numFiles, and toc. Referenced by MoNet::ToCommandIndex(). |
|
Definition at line 73 of file ODA.cc. References ODATOC::info, ODAInfo::magic, ODAInfo::numFiles, and toc. Referenced by MoNet::ToCommandIndex(). |
|
Definition at line 122 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAInfo::magic, ODAInfo::numFiles, ODAEntry::offset, and toc. |
|
Definition at line 101 of file ODA.cc. References ODATOC::entry, ODATOC::info, ODAInfo::magic, ODAInfo::numFiles, ODAEntry::size, and toc. |
|
Definition at line 25 of file ODA.cc. References toc. Referenced by MoNetAgentManager::LoadMotionODA(), MoNet::LoadMotionODA(), SoundAgent::LoadODA(), MoNet::LoadSoundODA(), and ODA(). |
|
Definition at line 67 of file ODA.h. Referenced by Find(), GetData(), GetMagic(), GetName(), GetNumFiles(), GetOffset(), GetSize(), and Set(). |