Added comments
svn-id: r23780
This commit is contained in:
parent
09bfa99b95
commit
488980d1b0
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ void Script::method2(uint16 v1, uint16 v2, uint16 v3) {
|
|||
// Not yet implemented
|
||||
}
|
||||
|
||||
// Sets the bitmask indicating what group of rooms/hotspots to display when the
|
||||
// player is issuing commands via the "Tell" action
|
||||
|
||||
void Script::setHotspotFlagMask(uint16 maskVal, uint16 v2, uint16 v3) {
|
||||
ValueTableData &fields = Resources::getReference().fieldList();
|
||||
fields.hdrFlagMask() = (uint8) maskVal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue