SetIsBusy(int)
Causes an associate to be considered busy.
void SetIsBusy( int bIsBusy );
Parameters
bIsBusy
TRUE if busy, FALSE otherwise.
Description
Causes an associate to be considered busy or not busy.
Remarks
This works in conjunction with IsBusy to determine if an associate is busy. This just sets a local integer on the associate.
Requirements
#include "nw_i0_assoc"
Version
1.22
See Also
functions: | IsBusy |
categories: | Henchmen/Familiars/Summoned Functions |
author: Tom Cassiotis