Add invoke_lua function to world model
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
class InvocationData : public std::map<std::string, std::string> {
|
||||
public:
|
||||
const std::string &get(const std::string &key) const;
|
||||
|
||||
void serialize(StreamBuffer *sb) const;
|
||||
void deserialize(StreamBuffer *sb);
|
||||
};
|
||||
@@ -18,6 +20,7 @@ public:
|
||||
enum Kind {
|
||||
KIND_INVALID,
|
||||
KIND_PLAN,
|
||||
KIND_LUA,
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user