游戏全目录
关闭
网易游戏全目录
  • 客户端游戏
  • 手机游戏
  • 游戏辅助

# 抛射物

# GetSourceEntityId

服务端

method in mod.server.component.bulletAttributesCompServer.BulletAttributesComponentServer

  • 描述

    获取抛射物发射者实体id

  • 参数

  • 返回值

    数据类型
    说明
    str 抛射物发射者实体id
  • 示例

复制 python
import mod.server.extraServerApi as serverApi
comp = serverApi.GetEngineCompFactory().CreateBulletAttributes(entityId)
comp.GetSourceEntityId()