1新增 2修复
- 新增getEntityOwnerUniqueId接口 - 修复注册PAPI变量无法使用匿名函数 - 修复注册相同PAPI名字无法重载
This commit is contained in:
Vendored
+3
@@ -1083,6 +1083,9 @@ interface Entity {
|
||||
|
||||
/** (GMLIB)获取实体的命名 */
|
||||
getNameTag(): string;
|
||||
|
||||
/** 获取实体的主人 */
|
||||
getEntityOwner(): Entity | null;
|
||||
}
|
||||
|
||||
interface Block {
|
||||
|
||||
Reference in New Issue
Block a user