Plasma Engine  2.0
Loading...
Searching...
No Matches
plFunctionType Struct Reference

Describes what kind of function a property is. More...

#include <AbstractProperty.h>

Inheritance diagram for plFunctionType:

Public Types

enum  Enum { Member , StaticMember , Constructor , Default = Member }
 
using StorageType = plUInt8
 

Detailed Description

Describes what kind of function a property is.

Member Enumeration Documentation

◆ Enum

Enumerator
Member 

A normal member function, a valid instance pointer must be provided to call.

StaticMember 

A static member function, instance pointer will be ignored.

Constructor 

A constructor. Return value is a void* pointing to the new instance allocated with the default allocator.


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