Lua接口/客户端/Blog/OpenBlogPage

来自天龙知识库
跳到导航跳到搜索

首页 · 客户端接口 · Blog

Blog:OpenBlogPage
实现体未体现明确的外部效果 · 实现于 Game/Interface/GMInterface_Script_Blog.cpp

调用方式

Blog:OpenBlogPage(string, string, boolean) 对象名 Blog 是全局对象,可直接使用。

界面脚本中共 6 处调用,实参个数出现过:3 个(6 处)。

参数

序号 类型 说明
1 string 调用点实参:strAccount(6 处)
2 string 调用点实参:strCharName(6 处)
3 boolean 调用点实参:false(4 处)、true(2 处)

返回值

返回 1 个值。


脚本中的调用

以下是界面脚本里的真实调用点(同一形态只列一次):

-- OtherPet/OtherPet.lua
Blog:OpenBlogPage(strAccount, strCharName, false)
-- SelfData/SelfData.lua
Blog:OpenBlogPage(strAccount, strCharName, true)