SetIsBusy

From NWN Lexicon



Contents

[edit] SetIsBusy(int)

Causes an associate to be considered busy.

void SetIsBusy(
    int bIsBusy
);

[edit] Parameters

bIsBusy

TRUE if busy, FALSE otherwise.


[edit] Description

Causes an associate to be considered busy or not busy.



[edit] Remarks

This works in conjunction with IsBusy to determine if an associate is busy. This just sets a local integer on the associate.


[edit] Requirements

#include " nw_i0_assoc "

[edit] Version

1.22

[edit] See Also

functions: 

IsBusy



 author: Tom Cassiotis
 

Personal tools
Categories