UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
basegear.h File Reference
Include dependency graph for basegear.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ugdk::script::lua::BaseGear
 
class  ugdk::script::lua::BaseGear::InternalSafeCall
 

Namespaces

namespace  ugdk
 
namespace  ugdk::script
 
namespace  ugdk::script::lua
 

Macros

#define GETARGPTR(L, i, T, name)   T* name = static_cast<T*>((L).touserdata(i))
 
#define GETARG(L, i, T, name)   T& name = *(static_cast<T*>((L).touserdata(i)))
 

Macro Definition Documentation

#define GETARG (   L,
  i,
  T,
  name 
)    T& name = *(static_cast<T*>((L).touserdata(i)))
#define GETARGPTR (   L,
  i,
  T,
  name 
)    T* name = static_cast<T*>((L).touserdata(i))