Skip to content

Commit

Permalink
add clarification about undocumented function
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Mar 15, 2024
1 parent 31f630e commit 5747665
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
<summary>
Returns a unique name for a given GameObject.
</summary>
<remarks> Uses <code>obj.GetInstanceID().ToString();</code> in clientsim, unsure if it's the
same in the actual client </remarks>
<param name="obj">
The GameObject to get the unique name of.
</param>
Expand Down

0 comments on commit 5747665

Please sign in to comment.