GetAllEntitySharedData: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Get all keys set in the server's entity data, set with SetEntitySharedData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.G...")
 
No edit summary
 
Line 1: Line 1:
{{Warning|This feature is currently not implemented server-side.}}
Get all keys set in the server's entity data, set with SetEntitySharedData.
Get all keys set in the server's entity data, set with SetEntitySharedData.



Latest revision as of 15:08, 23 December 2022

This feature is currently not implemented server-side.

Get all keys set in the server's entity data, set with SetEntitySharedData.


C# Syntax

string[] NAPI.Data.GetAllEntitySharedData(Entity entity);

Parameters

  • entity: parameter input should be in Entity type


Example

// Code here...