传奇996_19——常用函数

打印

打印到公告

  • lua版
lua 复制代码
sendmsg(*actor*, ConstCfg.notice.own, '{"Msg":"<font color=\'#ff0000\'>即将更新属性2222!!!</font>","Type":9}')
sendmsg(*actor*, 1, '{"Msg":"<font color=\'#ff0000\'>即将更新属性2222!!!</font>","Type":9}')
  • txt版
    1是打印到聊天框,9打印到界面弹出文字
txt 复制代码
sendmsg 9 9999999999999999999999999999999999
sendmsg 1 1111111111111111111111111111111111

打印到控制台(绿)

lua 复制代码
release_print("attack",actor,hiter)
release_print("attack",actor)
release_print("attack")
相关推荐
爱搞虚幻的阿恺5 天前
Niagara粒子系统-超炫酷的闪电特效(加餐 纸牌螺旋上升效果)
游戏·游戏引擎
_Li.5 天前
Simulink - 6DOF (Euler Angles)
人工智能·算法·机器学习·游戏引擎·cocos2d
weixin_424294675 天前
Unity 调用Steamworks API 的 SteamUserStats.RequestCurrentStats()报错
unity·游戏引擎·steamwork
HoFunGames5 天前
Unity小地图,Easy Minimap System MT-GPS插件
unity·游戏引擎
wy3258643646 天前
Unity 新输入系统InputSystem(基本操作)
unity·c#·游戏引擎
星和月6 天前
Untiy使用说明
c#·游戏引擎
小菱形_6 天前
【Unity】TimeLine
unity·游戏引擎
weixin_424294677 天前
Unity 使用Steamworks.NET
unity·游戏引擎
ellis19707 天前
Unity资源管理框架Addressables总结
unity·游戏引擎
郭逍遥7 天前
[Godot] 通过AABB包围盒和射线法检测碰撞
算法·游戏引擎·godot