ScummVM API documentation
Gamos::VmTxtFmtAccess Struct Reference
Inheritance diagram for Gamos::VmTxtFmtAccess:
Gamos::VM::ValAddr

Public Member Functions

 VmTxtFmtAccess (VM &vm)
 
bool isObjMem () const
 
Common::String getString (uint maxLen=256) const
 
uint8 getU8 () const
 
uint32 getU32 () const
 
void write (byte *src, uint len)
 
void setU8 (uint8 v)
 
void setU32 (uint32 v)
 
- Public Member Functions inherited from Gamos::VM::ValAddr
uint32 getVal () const
 
void setVal (uint32 v)
 
uint32 getOffset () const
 
uint getMemType () const
 
void setMemType (uint tp)
 
void setOffset (uint32 offset)
 
void setAddress (uint tp, uint32 offset)
 

Public Attributes

VM_vm
 
byte * objMem = nullptr
 
- Public Attributes inherited from Gamos::VM::ValAddr
uint32 value = 0
 

The documentation for this struct was generated from the following file: