|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <gamescript.h>
Public Member Functions | |
| ScriptFn ()=default | |
| ScriptFn (size_t v) | |
| bool | isValid () const |
Public Attributes | |
| size_t | ptr =size_t(-1) |
Friends | |
| bool | operator== (const ScriptFn &a, const ScriptFn &b) |
Definition at line 31 of file gamescript.h.
|
default |
|
inline |
Definition at line 34 of file gamescript.h.
|
inline |
Definition at line 38 of file gamescript.h.
Definition at line 40 of file gamescript.h.
| size_t ScriptFn::ptr =size_t(-1) |
Definition at line 36 of file gamescript.h.