AICheckInit

C Specification

#include <revolution.h>
BOOL AICheckInit(void);

Arguments

None.

Return Values

Returns TRUE if the AI library has already been initialized; otherwise, returns FALSE.

Description

Checks if the AIInit function has already been called and the AI library has been initialized.

See Also

AIInit, AIReset

Revision History

03/01/2006 Initial version.