Difference between revisions of "OpenBank"
From UODemo Wiki
(Created page with 'void '''openBank'''(object ''Player'');<br> The ''openBank'' function expects a valid player object. If a player object was provided then: 1) a packet is send to his/her client …') |
|||
Line 1: | Line 1: | ||
void '''openBank'''(object ''Player'');<br> | void '''openBank'''(object ''Player'');<br> | ||
− | The ''openBank'' function expects a valid player object. | + | The ''openBank'' function expects a valid player object.<br> |
− | If a player object was provided then: | + | If a player object was provided then:<br> |
− | 1) a packet is send to his/her client with the bank contents | + | 1) a packet is send to his/her client with the bank contents<br> |
− | 2) the object variable ''bankOpenLoc'' is set and will contain the currect location of the player | + | 2) the object variable ''bankOpenLoc'' is set and will contain the currect location of the player<br> |
Return to the [[Command List]]. | Return to the [[Command List]]. |
Revision as of 17:54, 21 October 2012
void openBank(object Player);
The openBank function expects a valid player object.
If a player object was provided then:
1) a packet is send to his/her client with the bank contents
2) the object variable bankOpenLoc is set and will contain the currect location of the player
Return to the Command List.