Added comments

svn-id: r23780
This commit is contained in:
Paul Gilbert 2006-08-27 11:37:38 +00:00
parent 09bfa99b95
commit 488980d1b0

View file

@ -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;