forked from ground/ground-old
Add groundFindField to groundvm.h
This commit is contained in:
@@ -208,6 +208,8 @@ GroundProgram groundParseFile(const char* code);
|
||||
GroundStruct groundCreateStruct();
|
||||
void groundAddFieldToStruct(GroundStruct* gstruct, char* name, GroundValue field);
|
||||
|
||||
GroundObjectField* groundFindField(GroundObject head, const char *id);
|
||||
|
||||
// Run function returned by Ground code
|
||||
// Use argc to set count of args, accepts that amount of GroundValue's after
|
||||
GroundValue groundRunFunction(GroundFunction* function, size_t argc, ...);
|
||||
|
||||
Reference in New Issue
Block a user