Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02352c commit 94161f5Copy full SHA for 94161f5
cn/docs/programming/customtypes.md
@@ -83,7 +83,7 @@ assets\scripts\user_type\XXX_PICKLER.py:
83
// 此接口被C++底层调用
84
// 引擎将数据交给脚本层管理,脚本层可以将这个字典重定义为任意类型
85
// dct中的数据为 {"k1" : 0, "k2" : 0}, 它就是一个字典,包含了2个固定的key
86
- // 且值一定是符合alias.xml中定义的类型
+ // 且值一定是符合types.xml中定义的类型
87
// XXX_TYPE().createFromDict接口调用后,返回的是一个list([0, 0])
88
// createObjFromDict被调用后,返回的数据将直接赋值到脚本中的变量
89
def createObjFromDict(self, dct):
0 commit comments