小
→通过defineUnitMemory定义
(readUnitMemory前要有单位引用) |
标签:移动版编辑 移动版网页编辑 高级移动版编辑 |
||
| 第28行: | 第28行: | ||
在[core]节中添加: <code>defineUnitMemory:类型 名称,类型 名称......</code> | 在[core]节中添加: <code>defineUnitMemory:类型 名称,类型 名称......</code> | ||
{{折叠|defineUnitMemory例子|<pre> | {{折叠|defineUnitMemory例子|<pre> | ||
defineUnitMemory: boolean is_alive,float xp, unit c_target, unit father, string customText | defineUnitMemory:""" | ||
boolean is_alive, | |||
float xp, | |||
unit c_target, | |||
unit father, | |||
string customText | |||
""" | |||
</pre>}} | </pre>}} | ||