3#include <Core/CoreDLL.h>
4#include <Foundation/Reflection/Reflection.h>
34 plUInt16 GetIndex()
const {
return m_uiIndex; }
Base class of all attributes can be used to decorate a RTTI property.
Definition PropertyAttributes.h:11
Add this attribute to a script function to mark it as a base class function. These are functions that...
Definition ScriptAttributes.h:27
Add this attribute to a class to add script functions to the szTypeName class. This might be necessar...
Definition ScriptAttributes.h:9
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34