7 [Script(ScriptRole.ClientOwner)]
14 void OnOutgoingHit(GameObject hitObject,
HitInfo hit)
16 if (!hitObject.CompareTag(
"Avatar"))
21 string playerName =
"Bot";
24 playerName = Game.GetPlayerProfile(Game.GetPlayerID(
Sync.
GetOwner(hitObject))).Basic.Nickname;
static bool IsClientOwned(GameObject go)
Gets whether or not the given object is owned by a client.
Describes a hit on an object.
float Value
An arbitrary value describing the magnitude of the hit. Depends on receiver interpretation.
Logs Projectile hits for the owner of that projectile.
static int GetOwner(GameObject go)
Gets the owner peer index of a given object.
Class for managing study-related game components.
static void LogEvent(Enum eventType, params object[] args)
Log a game event.
This class server two main functions: 1) As a MonoBehaviour, it allows for network synchronization of...