|
Stardew Engine
|
#include "DataNode.h"#include <libxml/tree.h>#include "Scripting.h"#include <stdlib.h>#include <string.h>#include <stdio.h>#include "AssertLib.h"#include "Log.h"
Functions | |
| bool | StrCmp_XML (struct DataNode *pNode, const char *propName, const char *cmpTo) |
| size_t | StrLenContent_XML (struct DataNode *pNode) |
| void | StrCpyContent_XML (struct DataNode *pNode, char *dest) |
| bool | StrCmpContent_XML (struct DataNode *pNode, const char *cmpTo) |
| void | DN_InitForXMLNode (struct DataNode *pOutNode, xmlNode *pXMLNode) |
| size_t | StrLenContent_Lua (struct DataNode *pNode) |
| void | StrCpyContent_Lua (struct DataNode *pNode, char *dest) |
| bool | StrCmpContent_Lua (struct DataNode *pNode, const char *cmpTo) |
| void | DN_InitForLuaTableOnTopOfStack (struct DataNode *pOutNode) |
| void DN_InitForLuaTableOnTopOfStack | ( | struct DataNode * | pOutNode | ) |
| bool StrCmp_XML | ( | struct DataNode * | pNode, |
| const char * | propName, | ||
| const char * | cmpTo | ||
| ) |
| bool StrCmpContent_Lua | ( | struct DataNode * | pNode, |
| const char * | cmpTo | ||
| ) |
| bool StrCmpContent_XML | ( | struct DataNode * | pNode, |
| const char * | cmpTo | ||
| ) |
| void StrCpyContent_Lua | ( | struct DataNode * | pNode, |
| char * | dest | ||
| ) |
| void StrCpyContent_XML | ( | struct DataNode * | pNode, |
| char * | dest | ||
| ) |
| size_t StrLenContent_Lua | ( | struct DataNode * | pNode | ) |
| size_t StrLenContent_XML | ( | struct DataNode * | pNode | ) |