Topic: Get my player in online game UFE

how to get which player is mine in online mode game? I want to get this when match ends and get his health as well.

Share

Thumbs up Thumbs down

Re: Get my player in online game UFE

UFE.GetLocalPlayer()

From there you can get the information from ControlsScript:

UFE.GetControlsScript(UFE.GetLocalPlayer()).currentLifePoints
Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.