Lua接口/客户端/FindFriendDataPool/GetDetailInfo

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

首页 · 客户端接口 · FindFriendDataPool

FindFriendDataPool:GetDetailInfo
实现体未体现明确的外部效果 · 实现于 Game/DataPool/GMFindFriendDataPool.cpp

调用方式

FindFriendDataPool:GetDetailInfo(string) 对象名 FindFriendDataPool 是全局对象,可直接使用。

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

参数

序号 类型 说明
1 string 调用点实参:"NAME"(5 处)、"CONDITION"(2 处)、"ADTYPE"(1 处)

返回值

返回 4 个值。


脚本中的调用

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

-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("SEX")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("MENPAI")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("MARRY")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("SENDTIME")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("CONDITION")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("HOTLEVEL")
-- PlayerZhengyouPT/PlayerZhengyouPT.lua
FindFriendDataPool:GetDetailInfo("NAME")