1 |
func SetClanInfo(newInfo: [[ClanInfo]]((claninfo))) -> ()
|
2 |
func AddPIDToCLID(targetPID: uint32, CLID: uint32) -> ()
|
3 |
func RemoveMemberByPID(targetPID: uint32) -> ()
|
4 |
func DisbandEntireCLID(targetCLID: uint32) -> ()
|
5 |
func GetClanInfoByPID(targetPID: uint32) -> (clanInfo: [[ClanInfo]]((claninfo)))
|
6 |
func GetClanInfoByCLID(targetCLID: uint32) -> (clanInfo: [[ClanInfo]]((claninfo)))
|
7 |
func GetMemberListByPID(targetPID: uint32) -> (members: qlist<uint32>)
|
8 |
func GetMemberListByCLID(targetCLID: uint32) -> (members: qlist<uint32>)
|
9 |
func GenerateClanChallenges(targetPID: uint32) -> (result: qlist<[[FriendChallenge]]((friendchallenge))>)
|