| ASLObject_LocallySetAnchorID Method |
This function should NOT be called by the user as it will only update the local player, it will not update all players. Sets the anchor point for this ASL Object.
This function is used when an incoming packet from the relay server needs to update the anchor point of this objects.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void _LocallySetAnchorID(
string _anchorId
)
Public Sub _LocallySetAnchorID (
_anchorId As String
)
public:
void _LocallySetAnchorID(
String^ _anchorId
)
member _LocallySetAnchorID :
_anchorId : string -> unit
Parameters
- _anchorId
- Type: SystemString
The new anchor id for this object
See Also