naev
0.12.5
src
nxml_lua.h
1
/*
2
* See Licensing and Copyright notice in naev.h
3
*/
4
#pragma once
5
6
#include "nlua.h"
7
#include "nxml.h"
8
9
int
nxml_persistLua
( nlua_env env, xmlTextWriterPtr writer );
10
int
nxml_unpersistLua
( nlua_env env, xmlNodePtr parent );
nxml_persistLua
int nxml_persistLua(nlua_env env, xmlTextWriterPtr writer)
Persists all the nxml Lua data.
Definition
nxml_lua.c:374
nxml_unpersistLua
int nxml_unpersistLua(nlua_env env, xmlNodePtr parent)
Unpersists Lua data into a table named "mem".
Definition
nxml_lua.c:530
Generated by
1.14.0