mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Added list for refering to keyword parameters; keyword database updated when keywords change
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@270 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -23,6 +23,12 @@ KeywordParam::KeywordParam()
|
||||
: optional(true)
|
||||
{}
|
||||
|
||||
IMPLEMENT_REFLECTION(ParamReferenceType) {
|
||||
REFLECT(name);
|
||||
REFLECT(description);
|
||||
REFLECT(script);
|
||||
}
|
||||
|
||||
IMPLEMENT_REFLECTION(KeywordParam) {
|
||||
REFLECT(name);
|
||||
REFLECT(description);
|
||||
@@ -31,6 +37,7 @@ IMPLEMENT_REFLECTION(KeywordParam) {
|
||||
REFLECT(match);
|
||||
REFLECT(script);
|
||||
REFLECT(example);
|
||||
REFLECT(refer_scripts);
|
||||
}
|
||||
IMPLEMENT_REFLECTION(KeywordMode) {
|
||||
REFLECT(name);
|
||||
|
||||
Reference in New Issue
Block a user