| | |
| | | #@return 返回值无意义
|
| | | #@remarks 自定义函数:结束创建家族事件
|
| | | def ExitCreateFamily(curPlayer):
|
| | | PlayerFamily.SendPack_GameServer_ClearViewFamilyState(curPlayer)
|
| | | #PlayerFamily.SendPack_GameServer_ClearViewFamilyState(curPlayer)
|
| | | return
|
| | |
|
| | | #---------------------------------------------------------------------
|
| | |
| | | # @return None
|
| | | # @remarks
|
| | | def ViewAllFamilyInfo(index, clientData, tick):
|
| | | curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(index)
|
| | | PlayerFamily.SendPack_GameServer_ViewAllFamily(curPlayer)
|
| | | #curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(index)
|
| | | #PlayerFamily.SendPack_GameServer_ViewAllFamily(curPlayer)
|
| | | return
|
| | |
|
| | |
|