Exporting score (was used for HSE4)

This commit is contained in:
Enno Rehling 2007-02-28 22:15:23 +00:00
parent c355a5d862
commit 3428e5bb93
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ bind_faction(lua_State * L)
.def("get_variable", &faction_get_variable)
.def("delete_variable", &faction_delete_variable)
.def_readonly("name", &faction::name)
.def_readonly("score", &faction::score)
.def_readonly("id", &faction::no)
.def_readwrite("age", &faction::age)
.def_readwrite("options", &faction::options)