SetEntityPosition

From RAGE Multiplayer Wiki
Revision as of 09:16, 30 November 2019 by Xabi (talk | contribs) (Created page with "Sets the position for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityPosition(NetHandle netHandle,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets the position for the given entity.


C# Syntax

void NAPI.Entity.SetEntityPosition(NetHandle netHandle, Vector3 newPosition);

Parameters

  • netHandle: parameter input should be in NetHandle type
  • newPosition: parameter input should be in Vector3 type


Example

// Code here...