OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
ScriptFn Class Referencefinal

#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)
 

Detailed Description

Definition at line 31 of file gamescript.h.

Constructor & Destructor Documentation

◆ ScriptFn() [1/2]

ScriptFn::ScriptFn ( )
default

◆ ScriptFn() [2/2]

ScriptFn::ScriptFn ( size_t  v)
inline

Definition at line 34 of file gamescript.h.

Member Function Documentation

◆ isValid()

bool ScriptFn::isValid ( ) const
inline

Definition at line 38 of file gamescript.h.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const ScriptFn a,
const ScriptFn b 
)
friend

Definition at line 40 of file gamescript.h.

Member Data Documentation

◆ ptr

size_t ScriptFn::ptr =size_t(-1)

Definition at line 36 of file gamescript.h.


The documentation for this class was generated from the following file: