◆ setSize()
| void Ultima::Ultima8::ByteSet::setSize |
( |
unsigned int |
size | ) |
|
|
overridevirtual |
◆ getEntries()
| uint32 Ultima::Ultima8::ByteSet::getEntries |
( |
unsigned int |
pos, |
|
|
unsigned int |
n |
|
) |
| const |
|
overridevirtual |
get a value
- Parameters
-
| pos | zero-based position (in bytes:) |
| n | number of bytes (no greater than 2) |
- Returns
- the value these bytes represent
Implements Ultima::Ultima8::GlobalStorage.
◆ setEntries()
| void Ultima::Ultima8::ByteSet::setEntries |
( |
unsigned int |
pos, |
|
|
unsigned int |
n, |
|
|
uint32 |
val |
|
) |
| |
|
overridevirtual |
set a value
- Parameters
-
| pos | zero-based position (in bytes) |
| n | number of bytes (no greater than 2) |
| val | the value to set |
Implements Ultima::Ultima8::GlobalStorage.
The documentation for this class was generated from the following file: