Name
waitForContTypeToOpen — Wait for a gump to open/get focus.
Synopsis
call subs.txt waitForContTypeToOpen { conttype } [ timeout ] [ return ]
Parameters
Table 41. waitForContTypeToOpen parameters
Name | Description |
---|
conttype | Container Type. |
timeout | Timeout value (In .1 seconds) |
return | Name of return value ('return' by default) |
Description
Wait for a gump to open/get focus (typicaly used with %bankContType).
Returns
@%3 (#true or #false if timedout)