Updating IsNetEntityRole helper methods for more clarity. Also added tooltip scripting and comments for code
This commit is contained in:
@@ -14679,6 +14679,25 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Method: NetBindComponent</name>
|
||||
<message id="NETBINDCOMPONENT_ISNETENTITYROLEAUTHORITY_TOOLTIP">
|
||||
<source>NETBINDCOMPONENT_ISNETENTITYROLEAUTHORITY_TOOLTIP</source>
|
||||
<translation>Returns true if this network entity is an authoritative proxy on a server (full authority); otherwise false.</translation>
|
||||
</message>
|
||||
<message id="NETBINDCOMPONENT_ISNETENTITYROLEAUTONOMOUS_TOOLTIP">
|
||||
<source>NETBINDCOMPONENT_ISNETENTITYROLEAUTONOMOUS_TOOLTIP</source>
|
||||
<translation>Returns true if this network entity is an autonomous proxy on a client (can execute local prediction) or if this network entity is an authoritative proxy on a server but has autonomous privileges (ie: a host who is also a player); otherwise false.</translation>
|
||||
</message>
|
||||
<message id="NETBINDCOMPONENT_ISNETENTITYROLECLIENT_TOOLTIP">
|
||||
<source>NETBINDCOMPONENT_ISNETENTITYROLECLIENT_TOOLTIP</source>
|
||||
<translation>Returns true if this network entity is a simulated proxy on a client; otherwise false.</translation>
|
||||
</message>
|
||||
<message id="NETBINDCOMPONENT_ISNETENTITYROLESERVER_TOOLTIP">
|
||||
<source>NETBINDCOMPONENT_ISNETENTITYROLESERVER_TOOLTIP</source>
|
||||
<translation>Returns true if this network entity is a simulated proxy on a server (ie: a different server may own this entity, but the entity has been replicated to this server; otherwise false.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Method: Math</name>
|
||||
<message id="MATH_NAME">
|
||||
|
||||
Reference in New Issue
Block a user