C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

ExclusiveObservable::HasObserver

Defined in:  C4Observable.h
Returns a boolean value indicating whether an observable object has an observer.
Prototype

bool HasObserver(voidconst;

Description
The HasObserver function returns true if the observable object for which it is called has an observer installed. Otherwise, the return value is false.
See Also

ExclusiveObservable::SetObserver