Populous: The Beginning Script 3  1.0.0
Documentation for Populous Script 3 engine

◆ operator bool()

ObjectProxy::operator bool ( ) const
inlineexplicit

Definition at line 102 of file ObjectProxy.h.

103  {
104  return t_thing != nullptr;
105  }
Thing * t_thing
Definition: ObjectProxy.h:122

References t_thing.