 |
Jypeli
9
The simple game programming library
|
Siirry tämän tiedoston dokumentaatioon.
22 protected void FMAssert( Action func,
bool write )
54 protected TR
FMAssert<TR>(Func<TR> func,
bool write, TR defaultVal)
93 return func( p1, p2 );
97 return func( p1, p2 );
Action< Exception > ReadAccessDenied
void FMAssert(Action func, bool write)
void OnAccessDenied(Exception e, bool write)
virtual void Initialize()
TR FMAssert< TP1, TR >(Func< TP1, TR > func, bool write, TR defaultVal, TP1 p1)
void FMAssert< TP1 >(Action< TP1 > func, bool write, TP1 p1)
TR FMAssert< TP1, TP2, TR >(Func< TP1, TP2, TR > func, bool write, TR defaultVal, TP1 p1, TP2 p2)
TR FMAssert< TR >(Func< TR > func, bool write, TR defaultVal)
Action< Exception > WriteAccessDenied