Page 1 of 1
Im looking function in API
Posted: Tue Sep 01, 2020 10:08 am
by Alsayr
Is possible get by API Player health (value or percent) and target him (target friendly by APi - player name or group position, sc - from all groups, sc group members, party, warband) ?
Re: Im looking function in API
Posted: Tue Sep 01, 2020 10:10 am
by Alsayr
I want get health data about all players from my side in:
scenario
party
warband
Re: Im looking function in API
Posted: Tue Sep 01, 2020 10:20 am
by sullemunk
for Party:
PartyUtils.GetPartyData()
for warband:
PartyUtils.GetWarbandData()
for scenario/instance:
GameData.GetScenarioPlayerGroups()