Kiwi Script
KiwiScript Interpreter
|
IR for data type. More...
#include <KiwiEngine/KiwiEngine.h>
Go to the source code of this file.
Functions | |
void | KSSetupTypes (struct CNResource *resource) |
Setup resources for type. | |
struct KEFrame * | KSAllocateType (struct CNString *name, struct CNResource *resource) |
Allocate IR for type. More... | |
struct CNString * | KSTypeName (struct KEFrame *src) |
Get name of type. More... | |
IR for data type.
struct KEFrame* KSAllocateType | ( | struct CNString * | name, |
struct CNResource * | resource | ||
) |
Allocate IR for type.
name | Type name |
resource | Resource to allocate the type object |
struct CNString* KSTypeName | ( | struct KEFrame * | src | ) |
Get name of type.
src | Source type object |