Update docs
This commit is contained in:
@ -48,7 +48,7 @@ namespace RageCoop.Client.Scripting
|
|||||||
Blip blip;
|
Blip blip;
|
||||||
API.QueueAction(() =>
|
API.QueueAction(() =>
|
||||||
{
|
{
|
||||||
Main.Logger.Debug($"{sprite},{color},{scale},{pos},{rot}");
|
// Main.Logger.Debug($"{sprite},{color},{scale},{pos},{rot}");
|
||||||
if (!EntityPool.ServerBlips.TryGetValue(id, out blip))
|
if (!EntityPool.ServerBlips.TryGetValue(id, out blip))
|
||||||
{
|
{
|
||||||
EntityPool.ServerBlips.Add(id, blip=World.CreateBlip(pos));
|
EntityPool.ServerBlips.Add(id, blip=World.CreateBlip(pos));
|
||||||
|
@ -284,7 +284,7 @@ namespace RageCoop.Server
|
|||||||
}
|
}
|
||||||
private void DoUpdate()
|
private void DoUpdate()
|
||||||
{
|
{
|
||||||
Server.Logger?.Debug("bee");
|
// Server.Logger?.Debug("bee");
|
||||||
// Serve-side blip
|
// Serve-side blip
|
||||||
Server.BaseScript.SendServerBlipsTo(new() { this });
|
Server.BaseScript.SendServerBlipsTo(new() { this });
|
||||||
|
|
||||||
|
@ -125,6 +125,32 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Client_Scripting_API_Config_BlipColor_" data-uid="RageCoop.Client.Scripting.API.Config.BlipColor*"></a>
|
||||||
|
<h4 id="RageCoop_Client_Scripting_API_Config_BlipColor" data-uid="RageCoop.Client.Scripting.API.Config.BlipColor">BlipColor</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Get or set player's blip color</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public static BlipColor BlipColor { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.BlipColor</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Client_Scripting_API_Config_EnableAutoRespawn_" data-uid="RageCoop.Client.Scripting.API.Config.EnableAutoRespawn*"></a>
|
<a id="RageCoop_Client_Scripting_API_Config_EnableAutoRespawn_" data-uid="RageCoop.Client.Scripting.API.Config.EnableAutoRespawn*"></a>
|
||||||
<h4 id="RageCoop_Client_Scripting_API_Config_EnableAutoRespawn" data-uid="RageCoop.Client.Scripting.API.Config.EnableAutoRespawn">EnableAutoRespawn</h4>
|
<h4 id="RageCoop_Client_Scripting_API_Config_EnableAutoRespawn" data-uid="RageCoop.Client.Scripting.API.Config.EnableAutoRespawn">EnableAutoRespawn</h4>
|
||||||
<div class="markdown level1 summary"><p>Enable automatic respawn for this player.</p>
|
<div class="markdown level1 summary"><p>Enable automatic respawn for this player.</p>
|
||||||
|
@ -125,14 +125,14 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_Client_Config_" data-uid="RageCoop.Server.Client.Config*"></a>
|
<a id="RageCoop_Server_Client_DisplayNameTag_" data-uid="RageCoop.Server.Client.DisplayNameTag*"></a>
|
||||||
<h4 id="RageCoop_Server_Client_Config" data-uid="RageCoop.Server.Client.Config">Config</h4>
|
<h4 id="RageCoop_Server_Client_DisplayNameTag" data-uid="RageCoop.Server.Client.DisplayNameTag">DisplayNameTag</h4>
|
||||||
<div class="markdown level1 summary"><p>The client's configuration</p>
|
<div class="markdown level1 summary"><p>Gets or sets whether to enable automatic respawn for this client's main ped.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public PlayerConfig Config { get; set; }</code></pre>
|
<pre><code class="lang-csharp hljs">public bool DisplayNameTag { get; set; }</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
@ -144,7 +144,33 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a class="xref" href="RageCoop.Server.PlayerConfig.html">PlayerConfig</a></td>
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_Client_EnableAutoRespawn_" data-uid="RageCoop.Server.Client.EnableAutoRespawn*"></a>
|
||||||
|
<h4 id="RageCoop_Server_Client_EnableAutoRespawn" data-uid="RageCoop.Server.Client.EnableAutoRespawn">EnableAutoRespawn</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Gets or sets whether to enable automatic respawn for this client's main ped.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public bool EnableAutoRespawn { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -257,7 +283,8 @@
|
|||||||
|
|
||||||
<a id="RageCoop_Server_Client_Username_" data-uid="RageCoop.Server.Client.Username*"></a>
|
<a id="RageCoop_Server_Client_Username_" data-uid="RageCoop.Server.Client.Username*"></a>
|
||||||
<h4 id="RageCoop_Server_Client_Username" data-uid="RageCoop.Server.Client.Username">Username</h4>
|
<h4 id="RageCoop_Server_Client_Username" data-uid="RageCoop.Server.Client.Username">Username</h4>
|
||||||
<div class="markdown level1 summary"></div>
|
<div class="markdown level1 summary"><p>The client's username.</p>
|
||||||
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
|
331
docs/api/RageCoop.Server.ServerBlip.html
Normal file
331
docs/api/RageCoop.Server.ServerBlip.html
Normal file
@ -0,0 +1,331 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if IE]><![endif]-->
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<title>Class ServerBlip
|
||||||
|
| RageCoop resource documentation </title>
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta name="title" content="Class ServerBlip
|
||||||
|
| RageCoop resource documentation ">
|
||||||
|
<meta name="generator" content="docfx 2.59.2.0">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
<meta property="docfx:rel" content="../">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||||
|
<div id="wrapper">
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<a class="navbar-brand" href="../index.html">
|
||||||
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
|
<form class="navbar-form navbar-right" role="search" id="search">
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="subnav navbar navbar-default">
|
||||||
|
<div class="container hide-when-search" id="breadcrumb">
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div class="container body-content">
|
||||||
|
|
||||||
|
<div id="search-results">
|
||||||
|
<div class="search-list">Search Results for <span></span></div>
|
||||||
|
<div class="sr-items">
|
||||||
|
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
|
||||||
|
</div>
|
||||||
|
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div role="main" class="container body-content hide-when-search">
|
||||||
|
|
||||||
|
<div class="sidenav hide-when-search">
|
||||||
|
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||||
|
<div class="sidetoggle collapse" id="sidetoggle">
|
||||||
|
<div id="sidetoc"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="article row grid-right">
|
||||||
|
<div class="col-md-10">
|
||||||
|
<article class="content wrap" id="_content" data-uid="RageCoop.Server.ServerBlip">
|
||||||
|
|
||||||
|
|
||||||
|
<h1 id="RageCoop_Server_ServerBlip" data-uid="RageCoop.Server.ServerBlip" class="text-break">Class ServerBlip
|
||||||
|
</h1>
|
||||||
|
<div class="markdown level0 summary"><p>A static blip owned by server.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level0 conceptual"></div>
|
||||||
|
<div class="inheritance">
|
||||||
|
<h5>Inheritance</h5>
|
||||||
|
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
||||||
|
<div class="level1"><span class="xref">ServerBlip</span></div>
|
||||||
|
</div>
|
||||||
|
<div class="inheritedMembers">
|
||||||
|
<h5>Inherited Members</h5>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h6><strong>Namespace</strong>: <a class="xref" href="RageCoop.Server.html">RageCoop.Server</a></h6>
|
||||||
|
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
||||||
|
<h5 id="RageCoop_Server_ServerBlip_syntax">Syntax</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public class ServerBlip</code></pre>
|
||||||
|
</div>
|
||||||
|
<h3 id="properties">Properties
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Color_" data-uid="RageCoop.Server.ServerBlip.Color*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Color" data-uid="RageCoop.Server.ServerBlip.Color">Color</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Color of this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public BlipColor Color { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.BlipColor</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_ID_" data-uid="RageCoop.Server.ServerBlip.ID*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_ID" data-uid="RageCoop.Server.ServerBlip.ID">ID</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Network ID (not handle!)</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public int ID { get; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Position_" data-uid="RageCoop.Server.ServerBlip.Position*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Position" data-uid="RageCoop.Server.ServerBlip.Position">Position</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Position of this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public Vector3 Position { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.Math.Vector3</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Rotation_" data-uid="RageCoop.Server.ServerBlip.Rotation*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Rotation" data-uid="RageCoop.Server.ServerBlip.Rotation">Rotation</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Scale of this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public int Rotation { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Scale_" data-uid="RageCoop.Server.ServerBlip.Scale*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Scale" data-uid="RageCoop.Server.ServerBlip.Scale">Scale</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Scale of this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public Vector2 Scale { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.Math.Vector2</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Sprite_" data-uid="RageCoop.Server.ServerBlip.Sprite*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Sprite" data-uid="RageCoop.Server.ServerBlip.Sprite">Sprite</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Sprite of this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public BlipSprite Sprite { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.BlipSprite</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h3 id="methods">Methods
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerBlip_Delete_" data-uid="RageCoop.Server.ServerBlip.Delete*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerBlip_Delete" data-uid="RageCoop.Server.ServerBlip.Delete">Delete()</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Delete this blip</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public void Delete()</code></pre>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hidden-sm col-md-2" role="complementary">
|
||||||
|
<div class="sideaffix">
|
||||||
|
<div class="contribution">
|
||||||
|
<ul class="nav">
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||||
|
<h5>In This Article</h5>
|
||||||
|
<div></div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="grad-bottom"></div>
|
||||||
|
<div class="footer">
|
||||||
|
<div class="container">
|
||||||
|
<span class="pull-right">
|
||||||
|
<a href="#top">Back to top</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span>Generated by <strong>DocFX</strong></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -125,6 +125,54 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerEntities_CreateBlip_" data-uid="RageCoop.Server.ServerEntities.CreateBlip*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerEntities_CreateBlip_GTA_Math_Vector3_System_Int32_" data-uid="RageCoop.Server.ServerEntities.CreateBlip(GTA.Math.Vector3,System.Int32)">CreateBlip(Vector3, Int32)</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Create a static <a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a> owned by server.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public ServerBlip CreateBlip(Vector3 pos, int rotation)</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="parameters">Parameters</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.Math.Vector3</span></td>
|
||||||
|
<td><span class="parametername">pos</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
||||||
|
<td><span class="parametername">rotation</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerEntities_CreateProp_" data-uid="RageCoop.Server.ServerEntities.CreateProp*"></a>
|
<a id="RageCoop_Server_ServerEntities_CreateProp_" data-uid="RageCoop.Server.ServerEntities.CreateProp*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerEntities_CreateProp_GTA_Model_GTA_Math_Vector3_GTA_Math_Vector3_" data-uid="RageCoop.Server.ServerEntities.CreateProp(GTA.Model,GTA.Math.Vector3,GTA.Math.Vector3)">CreateProp(Model, Vector3, Vector3)</h4>
|
<h4 id="RageCoop_Server_ServerEntities_CreateProp_GTA_Model_GTA_Math_Vector3_GTA_Math_Vector3_" data-uid="RageCoop.Server.ServerEntities.CreateProp(GTA.Model,GTA.Math.Vector3,GTA.Math.Vector3)">CreateProp(Model, Vector3, Vector3)</h4>
|
||||||
<div class="markdown level1 summary"><p>Create a static prop owned by server.</p>
|
<div class="markdown level1 summary"><p>Create a static prop owned by server.</p>
|
||||||
@ -178,6 +226,32 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerEntities_GetAllBlips_" data-uid="RageCoop.Server.ServerEntities.GetAllBlips*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerEntities_GetAllBlips" data-uid="RageCoop.Server.ServerEntities.GetAllBlips">GetAllBlips()</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Get all static objects owned by server</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public ServerBlip[] GetAllBlips()</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a>[]</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerEntities_GetAllPeds_" data-uid="RageCoop.Server.ServerEntities.GetAllPeds*"></a>
|
<a id="RageCoop_Server_ServerEntities_GetAllPeds_" data-uid="RageCoop.Server.ServerEntities.GetAllPeds*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerEntities_GetAllPeds" data-uid="RageCoop.Server.ServerEntities.GetAllPeds">GetAllPeds()</h4>
|
<h4 id="RageCoop_Server_ServerEntities_GetAllPeds" data-uid="RageCoop.Server.ServerEntities.GetAllPeds">GetAllPeds()</h4>
|
||||||
<div class="markdown level1 summary"><p>Get all peds on this server</p>
|
<div class="markdown level1 summary"><p>Get all peds on this server</p>
|
||||||
@ -206,7 +280,7 @@
|
|||||||
|
|
||||||
<a id="RageCoop_Server_ServerEntities_GetAllProps_" data-uid="RageCoop.Server.ServerEntities.GetAllProps*"></a>
|
<a id="RageCoop_Server_ServerEntities_GetAllProps_" data-uid="RageCoop.Server.ServerEntities.GetAllProps*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerEntities_GetAllProps" data-uid="RageCoop.Server.ServerEntities.GetAllProps">GetAllProps()</h4>
|
<h4 id="RageCoop_Server_ServerEntities_GetAllProps" data-uid="RageCoop.Server.ServerEntities.GetAllProps">GetAllProps()</h4>
|
||||||
<div class="markdown level1 summary"><p>Get all static objects owned by server</p>
|
<div class="markdown level1 summary"><p>Get all static prop objects owned by server</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
@ -230,14 +304,14 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerEntities_GetAllVehicle_" data-uid="RageCoop.Server.ServerEntities.GetAllVehicle*"></a>
|
<a id="RageCoop_Server_ServerEntities_GetAllVehicles_" data-uid="RageCoop.Server.ServerEntities.GetAllVehicles*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerEntities_GetAllVehicle" data-uid="RageCoop.Server.ServerEntities.GetAllVehicle">GetAllVehicle()</h4>
|
<h4 id="RageCoop_Server_ServerEntities_GetAllVehicles" data-uid="RageCoop.Server.ServerEntities.GetAllVehicles">GetAllVehicles()</h4>
|
||||||
<div class="markdown level1 summary"><p>Get all vehicles on this server</p>
|
<div class="markdown level1 summary"><p>Get all vehicles on this server</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public ServerVehicle[] GetAllVehicle()</code></pre>
|
<pre><code class="lang-csharp hljs">public ServerVehicle[] GetAllVehicles()</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="returns">Returns</h5>
|
<h5 class="returns">Returns</h5>
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
@ -256,6 +330,49 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerEntities_GetBlipByID_" data-uid="RageCoop.Server.ServerEntities.GetBlipByID*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerEntities_GetBlipByID_System_Int32_" data-uid="RageCoop.Server.ServerEntities.GetBlipByID(System.Int32)">GetBlipByID(Int32)</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Get a <a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a> by it's id.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public ServerBlip GetBlipByID(int id)</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="parameters">Parameters</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
||||||
|
<td><span class="parametername">id</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 class="returns">Returns</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerEntities_GetPedByID_" data-uid="RageCoop.Server.ServerEntities.GetPedByID*"></a>
|
<a id="RageCoop_Server_ServerEntities_GetPedByID_" data-uid="RageCoop.Server.ServerEntities.GetPedByID*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerEntities_GetPedByID_System_Int32_" data-uid="RageCoop.Server.ServerEntities.GetPedByID(System.Int32)">GetPedByID(Int32)</h4>
|
<h4 id="RageCoop_Server_ServerEntities_GetPedByID_System_Int32_" data-uid="RageCoop.Server.ServerEntities.GetPedByID(System.Int32)">GetPedByID(Int32)</h4>
|
||||||
<div class="markdown level1 summary"><p>Get a <a class="xref" href="RageCoop.Server.ServerPed.html">ServerPed</a> by it's id</p>
|
<div class="markdown level1 summary"><p>Get a <a class="xref" href="RageCoop.Server.ServerPed.html">ServerPed</a> by it's id</p>
|
||||||
|
@ -83,13 +83,16 @@
|
|||||||
|
|
||||||
<h1 id="RageCoop_Server_ServerObject" data-uid="RageCoop.Server.ServerObject" class="text-break">Class ServerObject
|
<h1 id="RageCoop_Server_ServerObject" data-uid="RageCoop.Server.ServerObject" class="text-break">Class ServerObject
|
||||||
</h1>
|
</h1>
|
||||||
<div class="markdown level0 summary"><p>Represents an object owned by server.</p>
|
<div class="markdown level0 summary"><p>Server-side object controller</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level0 conceptual"></div>
|
<div class="markdown level0 conceptual"></div>
|
||||||
<div class="inheritance">
|
<div class="inheritance">
|
||||||
<h5>Inheritance</h5>
|
<h5>Inheritance</h5>
|
||||||
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
||||||
<div class="level1"><span class="xref">ServerObject</span></div>
|
<div class="level1"><span class="xref">ServerObject</span></div>
|
||||||
|
<div class="level2"><a class="xref" href="RageCoop.Server.ServerPed.html">ServerPed</a></div>
|
||||||
|
<div class="level2"><a class="xref" href="RageCoop.Server.ServerProp.html">ServerProp</a></div>
|
||||||
|
<div class="level2"><a class="xref" href="RageCoop.Server.ServerVehicle.html">ServerVehicle</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inheritedMembers">
|
<div class="inheritedMembers">
|
||||||
<h5>Inherited Members</h5>
|
<h5>Inherited Members</h5>
|
||||||
@ -119,20 +122,20 @@
|
|||||||
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
||||||
<h5 id="RageCoop_Server_ServerObject_syntax">Syntax</h5>
|
<h5 id="RageCoop_Server_ServerObject_syntax">Syntax</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public class ServerObject</code></pre>
|
<pre><code class="lang-csharp hljs">public abstract class ServerObject</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="properties">Properties
|
<h3 id="properties">Properties
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerObject_IsInvincible_" data-uid="RageCoop.Server.ServerObject.IsInvincible*"></a>
|
<a id="RageCoop_Server_ServerObject_Handle_" data-uid="RageCoop.Server.ServerObject.Handle*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerObject_IsInvincible" data-uid="RageCoop.Server.ServerObject.IsInvincible">IsInvincible</h4>
|
<h4 id="RageCoop_Server_ServerObject_Handle" data-uid="RageCoop.Server.ServerObject.Handle">Handle</h4>
|
||||||
<div class="markdown level1 summary"><p>Whether this object is invincible</p>
|
<div class="markdown level1 summary"><p>Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public bool IsInvincible { get; set; }</code></pre>
|
<pre><code class="lang-csharp hljs">public Tuple<byte, byte[]> Handle { get; }</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
@ -144,7 +147,33 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.tuple-2">Tuple</a><<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerObject_ID_" data-uid="RageCoop.Server.ServerObject.ID*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerObject_ID" data-uid="RageCoop.Server.ServerObject.ID">ID</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Network ID of this object.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public int ID { get; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -177,6 +206,32 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerObject_Owner_" data-uid="RageCoop.Server.ServerObject.Owner*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerObject_Owner" data-uid="RageCoop.Server.ServerObject.Owner">Owner</h4>
|
||||||
|
<div class="markdown level1 summary"><p>The client that owns this object, null if it's owned by server.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public Client Owner { get; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="RageCoop.Server.Client.html">Client</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerObject_Position_" data-uid="RageCoop.Server.ServerObject.Position*"></a>
|
<a id="RageCoop_Server_ServerObject_Position_" data-uid="RageCoop.Server.ServerObject.Position*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerObject_Position" data-uid="RageCoop.Server.ServerObject.Position">Position</h4>
|
<h4 id="RageCoop_Server_ServerObject_Position" data-uid="RageCoop.Server.ServerObject.Position">Position</h4>
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this object's position</p>
|
<div class="markdown level1 summary"><p>Gets or sets this object's position</p>
|
||||||
@ -184,7 +239,7 @@
|
|||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Position { get; set; }</code></pre>
|
<pre><code class="lang-csharp hljs">public virtual Vector3 Position { get; set; }</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
@ -203,14 +258,14 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerObject_Quaternion_" data-uid="RageCoop.Server.ServerObject.Quaternion*"></a>
|
<a id="RageCoop_Server_ServerObject_Rotation_" data-uid="RageCoop.Server.ServerObject.Rotation*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerObject_Quaternion" data-uid="RageCoop.Server.ServerObject.Quaternion">Quaternion</h4>
|
<h4 id="RageCoop_Server_ServerObject_Rotation" data-uid="RageCoop.Server.ServerObject.Rotation">Rotation</h4>
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this object's quaternion</p>
|
<div class="markdown level1 summary"><p>Gets or sets this object's rotation</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public Quaternion Quaternion { get; set; }</code></pre>
|
<pre><code class="lang-csharp hljs">public virtual Vector3 Rotation { get; set; }</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
@ -222,11 +277,78 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="xref">GTA.Math.Quaternion</span></td>
|
<td><span class="xref">GTA.Math.Vector3</span></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<h3 id="methods">Methods
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerObject_Delete_" data-uid="RageCoop.Server.ServerObject.Delete*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerObject_Delete" data-uid="RageCoop.Server.ServerObject.Delete">Delete()</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Delete this object</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public virtual void Delete()</code></pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerObject_Freeze_" data-uid="RageCoop.Server.ServerObject.Freeze*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerObject_Freeze_System_Boolean_" data-uid="RageCoop.Server.ServerObject.Freeze(System.Boolean)">Freeze(Boolean)</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Freeze this object, will throw an exception if it's a ServerProp.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public virtual void Freeze(bool toggle)</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="parameters">Parameters</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
|
||||||
|
<td><span class="parametername">toggle</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 class="exceptions">Exceptions</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Condition</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerObject_Update_" data-uid="RageCoop.Server.ServerObject.Update*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerObject_Update" data-uid="RageCoop.Server.ServerObject.Update">Update()</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Send updated information to clients, would be called automatically.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public virtual void Update()</code></pre>
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -89,10 +89,38 @@
|
|||||||
<div class="inheritance">
|
<div class="inheritance">
|
||||||
<h5>Inheritance</h5>
|
<h5>Inheritance</h5>
|
||||||
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
||||||
<div class="level1"><span class="xref">ServerPed</span></div>
|
<div class="level1"><a class="xref" href="RageCoop.Server.ServerObject.html">ServerObject</a></div>
|
||||||
|
<div class="level2"><span class="xref">ServerPed</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inheritedMembers">
|
<div class="inheritedMembers">
|
||||||
<h5>Inherited Members</h5>
|
<h5>Inherited Members</h5>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Handle">ServerObject.Handle</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Owner">ServerObject.Owner</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_ID">ServerObject.ID</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Model">ServerObject.Model</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Position">ServerObject.Position</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Rotation">ServerObject.Rotation</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Update">ServerObject.Update()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Delete">ServerObject.Delete()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Freeze_System_Boolean_">ServerObject.Freeze(Boolean)</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
||||||
</div>
|
</div>
|
||||||
@ -119,38 +147,12 @@
|
|||||||
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
||||||
<h5 id="RageCoop_Server_ServerPed_syntax">Syntax</h5>
|
<h5 id="RageCoop_Server_ServerPed_syntax">Syntax</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public class ServerPed</code></pre>
|
<pre><code class="lang-csharp hljs">public class ServerPed : ServerObject</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="properties">Properties
|
<h3 id="properties">Properties
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_Handle_" data-uid="RageCoop.Server.ServerPed.Handle*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_Handle" data-uid="RageCoop.Server.ServerPed.Handle">Handle</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Tuple<byte, byte[]> Handle { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.tuple-2">Tuple</a><<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_Health_" data-uid="RageCoop.Server.ServerPed.Health*"></a>
|
<a id="RageCoop_Server_ServerPed_Health_" data-uid="RageCoop.Server.ServerPed.Health*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerPed_Health" data-uid="RageCoop.Server.ServerPed.Health">Health</h4>
|
<h4 id="RageCoop_Server_ServerPed_Health" data-uid="RageCoop.Server.ServerPed.Health">Health</h4>
|
||||||
<div class="markdown level1 summary"><p>Health</p>
|
<div class="markdown level1 summary"><p>Health</p>
|
||||||
@ -177,61 +179,9 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_ID_" data-uid="RageCoop.Server.ServerPed.ID*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_ID" data-uid="RageCoop.Server.ServerPed.ID">ID</h4>
|
|
||||||
<div class="markdown level1 summary"><p>The ped's network ID (not handle!).</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public int ID { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_IsPlayer_" data-uid="RageCoop.Server.ServerPed.IsPlayer*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_IsPlayer" data-uid="RageCoop.Server.ServerPed.IsPlayer">IsPlayer</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Whether this ped is a player.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public bool IsPlayer { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_LastVehicle_" data-uid="RageCoop.Server.ServerPed.LastVehicle*"></a>
|
<a id="RageCoop_Server_ServerPed_LastVehicle_" data-uid="RageCoop.Server.ServerPed.LastVehicle*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerPed_LastVehicle" data-uid="RageCoop.Server.ServerPed.LastVehicle">LastVehicle</h4>
|
<h4 id="RageCoop_Server_ServerPed_LastVehicle" data-uid="RageCoop.Server.ServerPed.LastVehicle">LastVehicle</h4>
|
||||||
<div class="markdown level1 summary"><p>The ped's last vehicle.</p>
|
<div class="markdown level1 summary"><p>Get the ped's last vehicle</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
@ -253,84 +203,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_Owner_" data-uid="RageCoop.Server.ServerPed.Owner*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_Owner" data-uid="RageCoop.Server.ServerPed.Owner">Owner</h4>
|
|
||||||
<div class="markdown level1 summary"><p>The <a class="xref" href="RageCoop.Server.Client.html">Client</a> that is responsible synchronizing for this ped.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Client Owner { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="RageCoop.Server.Client.html">Client</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_Position_" data-uid="RageCoop.Server.ServerPed.Position*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_Position" data-uid="RageCoop.Server.ServerPed.Position">Position</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Position of this ped</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Position { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Math.Vector3</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerPed_Rotation_" data-uid="RageCoop.Server.ServerPed.Rotation*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerPed_Rotation" data-uid="RageCoop.Server.ServerPed.Rotation">Rotation</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this ped's rotation</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Rotation { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Math.Vector3</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -89,10 +89,32 @@
|
|||||||
<div class="inheritance">
|
<div class="inheritance">
|
||||||
<h5>Inheritance</h5>
|
<h5>Inheritance</h5>
|
||||||
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
||||||
<div class="level1"><span class="xref">ServerProp</span></div>
|
<div class="level1"><a class="xref" href="RageCoop.Server.ServerObject.html">ServerObject</a></div>
|
||||||
|
<div class="level2"><span class="xref">ServerProp</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inheritedMembers">
|
<div class="inheritedMembers">
|
||||||
<h5>Inherited Members</h5>
|
<h5>Inherited Members</h5>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Handle">ServerObject.Handle</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Owner">ServerObject.Owner</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_ID">ServerObject.ID</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Model">ServerObject.Model</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Position">ServerObject.Position</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Rotation">ServerObject.Rotation</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Freeze_System_Boolean_">ServerObject.Freeze(Boolean)</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
||||||
</div>
|
</div>
|
||||||
@ -119,140 +141,8 @@
|
|||||||
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
||||||
<h5 id="RageCoop_Server_ServerProp_syntax">Syntax</h5>
|
<h5 id="RageCoop_Server_ServerProp_syntax">Syntax</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public class ServerProp</code></pre>
|
<pre><code class="lang-csharp hljs">public class ServerProp : ServerObject</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="properties">Properties
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerProp_Handle_" data-uid="RageCoop.Server.ServerProp.Handle*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerProp_Handle" data-uid="RageCoop.Server.ServerProp.Handle">Handle</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Tuple<byte, byte[]> Handle { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.tuple-2">Tuple</a><<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerProp_ID_" data-uid="RageCoop.Server.ServerProp.ID*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerProp_ID" data-uid="RageCoop.Server.ServerProp.ID">ID</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Network ID of this object.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public int ID { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerProp_Model_" data-uid="RageCoop.Server.ServerProp.Model*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerProp_Model" data-uid="RageCoop.Server.ServerProp.Model">Model</h4>
|
|
||||||
<div class="markdown level1 summary"><p>The object's model</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Model Model { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Model</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerProp_Position_" data-uid="RageCoop.Server.ServerProp.Position*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerProp_Position" data-uid="RageCoop.Server.ServerProp.Position">Position</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this object's position</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Position { get; set; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Math.Vector3</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerProp_Rotation_" data-uid="RageCoop.Server.ServerProp.Rotation*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerProp_Rotation" data-uid="RageCoop.Server.ServerProp.Rotation">Rotation</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this object's rotation</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Rotation { get; set; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Math.Vector3</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3 id="methods">Methods
|
<h3 id="methods">Methods
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@ -264,8 +154,23 @@
|
|||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public void Delete()</code></pre>
|
<pre><code class="lang-csharp hljs">public override void Delete()</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
<h5 class="overrides">Overrides</h5>
|
||||||
|
<div><a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Delete">ServerObject.Delete()</a></div>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerProp_Update_" data-uid="RageCoop.Server.ServerProp.Update*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerProp_Update" data-uid="RageCoop.Server.ServerProp.Update">Update()</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Send updated information to clients, would be called automatically.</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public override void Update()</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="overrides">Overrides</h5>
|
||||||
|
<div><a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Update">ServerObject.Update()</a></div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -89,10 +89,35 @@
|
|||||||
<div class="inheritance">
|
<div class="inheritance">
|
||||||
<h5>Inheritance</h5>
|
<h5>Inheritance</h5>
|
||||||
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
|
||||||
<div class="level1"><span class="xref">ServerVehicle</span></div>
|
<div class="level1"><a class="xref" href="RageCoop.Server.ServerObject.html">ServerObject</a></div>
|
||||||
|
<div class="level2"><span class="xref">ServerVehicle</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inheritedMembers">
|
<div class="inheritedMembers">
|
||||||
<h5>Inherited Members</h5>
|
<h5>Inherited Members</h5>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Handle">ServerObject.Handle</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Owner">ServerObject.Owner</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_ID">ServerObject.ID</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Model">ServerObject.Model</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Position">ServerObject.Position</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Update">ServerObject.Update()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Delete">ServerObject.Delete()</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Freeze_System_Boolean_">ServerObject.Freeze(Boolean)</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
|
||||||
</div>
|
</div>
|
||||||
@ -119,119 +144,15 @@
|
|||||||
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
<h6><strong>Assembly</strong>: RageCoop.Server.dll</h6>
|
||||||
<h5 id="RageCoop_Server_ServerVehicle_syntax">Syntax</h5>
|
<h5 id="RageCoop_Server_ServerVehicle_syntax">Syntax</h5>
|
||||||
<div class="codewrapper">
|
<div class="codewrapper">
|
||||||
<pre><code class="lang-csharp hljs">public class ServerVehicle</code></pre>
|
<pre><code class="lang-csharp hljs">public class ServerVehicle : ServerObject</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="properties">Properties
|
<h3 id="properties">Properties
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerVehicle_Handle_" data-uid="RageCoop.Server.ServerVehicle.Handle*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerVehicle_Handle" data-uid="RageCoop.Server.ServerVehicle.Handle">Handle</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Tuple<byte, byte[]> Handle { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.tuple-2">Tuple</a><<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[]></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerVehicle_ID_" data-uid="RageCoop.Server.ServerVehicle.ID*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerVehicle_ID" data-uid="RageCoop.Server.ServerVehicle.ID">ID</h4>
|
|
||||||
<div class="markdown level1 summary"><p>The vehicle's network ID (not handle!).</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public int ID { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerVehicle_Owner_" data-uid="RageCoop.Server.ServerVehicle.Owner*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerVehicle_Owner" data-uid="RageCoop.Server.ServerVehicle.Owner">Owner</h4>
|
|
||||||
<div class="markdown level1 summary"><p>The <a class="xref" href="RageCoop.Server.Client.html">Client</a> that is responsible synchronizing for this vehicle.</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Client Owner { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><a class="xref" href="RageCoop.Server.Client.html">Client</a></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerVehicle_Position_" data-uid="RageCoop.Server.ServerVehicle.Position*"></a>
|
|
||||||
<h4 id="RageCoop_Server_ServerVehicle_Position" data-uid="RageCoop.Server.ServerVehicle.Position">Position</h4>
|
|
||||||
<div class="markdown level1 summary"><p>Position of this vehicle</p>
|
|
||||||
</div>
|
|
||||||
<div class="markdown level1 conceptual"></div>
|
|
||||||
<h5 class="decalaration">Declaration</h5>
|
|
||||||
<div class="codewrapper">
|
|
||||||
<pre><code class="lang-csharp hljs">public Vector3 Position { get; }</code></pre>
|
|
||||||
</div>
|
|
||||||
<h5 class="propertyValue">Property Value</h5>
|
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><span class="xref">GTA.Math.Vector3</span></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<a id="RageCoop_Server_ServerVehicle_Quaternion_" data-uid="RageCoop.Server.ServerVehicle.Quaternion*"></a>
|
<a id="RageCoop_Server_ServerVehicle_Quaternion_" data-uid="RageCoop.Server.ServerVehicle.Quaternion*"></a>
|
||||||
<h4 id="RageCoop_Server_ServerVehicle_Quaternion" data-uid="RageCoop.Server.ServerVehicle.Quaternion">Quaternion</h4>
|
<h4 id="RageCoop_Server_ServerVehicle_Quaternion" data-uid="RageCoop.Server.ServerVehicle.Quaternion">Quaternion</h4>
|
||||||
<div class="markdown level1 summary"><p>Gets or sets this vehicle's quaternion</p>
|
<div class="markdown level1 summary"><p>Get this vehicle's quaternion</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="markdown level1 conceptual"></div>
|
<div class="markdown level1 conceptual"></div>
|
||||||
<h5 class="decalaration">Declaration</h5>
|
<h5 class="decalaration">Declaration</h5>
|
||||||
@ -253,6 +174,34 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<a id="RageCoop_Server_ServerVehicle_Rotation_" data-uid="RageCoop.Server.ServerVehicle.Rotation*"></a>
|
||||||
|
<h4 id="RageCoop_Server_ServerVehicle_Rotation" data-uid="RageCoop.Server.ServerVehicle.Rotation">Rotation</h4>
|
||||||
|
<div class="markdown level1 summary"><p>Gets or sets vehicle rotation</p>
|
||||||
|
</div>
|
||||||
|
<div class="markdown level1 conceptual"></div>
|
||||||
|
<h5 class="decalaration">Declaration</h5>
|
||||||
|
<div class="codewrapper">
|
||||||
|
<pre><code class="lang-csharp hljs">public override Vector3 Rotation { get; set; }</code></pre>
|
||||||
|
</div>
|
||||||
|
<h5 class="propertyValue">Property Value</h5>
|
||||||
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><span class="xref">GTA.Math.Vector3</span></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 class="overrides">Overrides</h5>
|
||||||
|
<div><a class="xref" href="RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Rotation">ServerObject.Rotation</a></div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -90,13 +90,17 @@
|
|||||||
<h4><a class="xref" href="RageCoop.Server.Client.html">Client</a></h4>
|
<h4><a class="xref" href="RageCoop.Server.Client.html">Client</a></h4>
|
||||||
<section><p>Represent a player connected to this server.</p>
|
<section><p>Represent a player connected to this server.</p>
|
||||||
</section>
|
</section>
|
||||||
<h4><a class="xref" href="RageCoop.Server.PlayerConfig.html">PlayerConfig</a></h4>
|
|
||||||
<section></section>
|
|
||||||
<h4><a class="xref" href="RageCoop.Server.Server.html">Server</a></h4>
|
<h4><a class="xref" href="RageCoop.Server.Server.html">Server</a></h4>
|
||||||
<section><p>The instantiable RageCoop server class</p>
|
<section><p>The instantiable RageCoop server class</p>
|
||||||
|
</section>
|
||||||
|
<h4><a class="xref" href="RageCoop.Server.ServerBlip.html">ServerBlip</a></h4>
|
||||||
|
<section><p>A static blip owned by server.</p>
|
||||||
</section>
|
</section>
|
||||||
<h4><a class="xref" href="RageCoop.Server.ServerEntities.html">ServerEntities</a></h4>
|
<h4><a class="xref" href="RageCoop.Server.ServerEntities.html">ServerEntities</a></h4>
|
||||||
<section><p>Manipulate entities from the server</p>
|
<section><p>Manipulate entities from the server</p>
|
||||||
|
</section>
|
||||||
|
<h4><a class="xref" href="RageCoop.Server.ServerObject.html">ServerObject</a></h4>
|
||||||
|
<section><p>Server-side object controller</p>
|
||||||
</section>
|
</section>
|
||||||
<h4><a class="xref" href="RageCoop.Server.ServerPed.html">ServerPed</a></h4>
|
<h4><a class="xref" href="RageCoop.Server.ServerPed.html">ServerPed</a></h4>
|
||||||
<section><p>Represents a ped from a client</p>
|
<section><p>Represents a ped from a client</p>
|
||||||
|
@ -108,15 +108,18 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="RageCoop.Server.Client.html" name="" title="Client">Client</a>
|
<a href="RageCoop.Server.Client.html" name="" title="Client">Client</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="RageCoop.Server.PlayerConfig.html" name="" title="PlayerConfig">PlayerConfig</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="RageCoop.Server.Server.html" name="" title="Server">Server</a>
|
<a href="RageCoop.Server.Server.html" name="" title="Server">Server</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="RageCoop.Server.ServerBlip.html" name="" title="ServerBlip">ServerBlip</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="RageCoop.Server.ServerEntities.html" name="" title="ServerEntities">ServerEntities</a>
|
<a href="RageCoop.Server.ServerEntities.html" name="" title="ServerEntities">ServerEntities</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="RageCoop.Server.ServerObject.html" name="" title="ServerObject">ServerObject</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="RageCoop.Server.ServerPed.html" name="" title="ServerPed">ServerPed</a>
|
<a href="RageCoop.Server.ServerPed.html" name="" title="ServerPed">ServerPed</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"api/RageCoop.Client.Scripting.API.Config.html": {
|
"api/RageCoop.Client.Scripting.API.Config.html": {
|
||||||
"href": "api/RageCoop.Client.Scripting.API.Config.html",
|
"href": "api/RageCoop.Client.Scripting.API.Config.html",
|
||||||
"title": "Class API.Config | RageCoop resource documentation",
|
"title": "Class API.Config | RageCoop resource documentation",
|
||||||
"keywords": "Class API.Config Client configuration, this will conflict with server-side config. Inheritance Object API.Config Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : RageCoop.Client.Scripting Assembly : RageCoop.Client.dll Syntax public static class Config Properties EnableAutoRespawn Enable automatic respawn for this player. Declaration public static bool EnableAutoRespawn { get; set; } Property Value Type Description Boolean Username Get or set local player's username, set won't be effective if already connected to a server. Declaration public static string Username { get; set; } Property Value Type Description String"
|
"keywords": "Class API.Config Client configuration, this will conflict with server-side config. Inheritance Object API.Config Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : RageCoop.Client.Scripting Assembly : RageCoop.Client.dll Syntax public static class Config Properties BlipColor Get or set player's blip color Declaration public static BlipColor BlipColor { get; set; } Property Value Type Description GTA.BlipColor EnableAutoRespawn Enable automatic respawn for this player. Declaration public static bool EnableAutoRespawn { get; set; } Property Value Type Description Boolean Username Get or set local player's username, set won't be effective if already connected to a server. Declaration public static string Username { get; set; } Property Value Type Description String"
|
||||||
},
|
},
|
||||||
"api/RageCoop.Client.Scripting.API.Events.CustomEvent.html": {
|
"api/RageCoop.Client.Scripting.API.Events.CustomEvent.html": {
|
||||||
"href": "api/RageCoop.Client.Scripting.API.Events.CustomEvent.html",
|
"href": "api/RageCoop.Client.Scripting.API.Events.CustomEvent.html",
|
||||||
@ -122,17 +122,12 @@
|
|||||||
"api/RageCoop.Server.Client.html": {
|
"api/RageCoop.Server.Client.html": {
|
||||||
"href": "api/RageCoop.Server.Client.html",
|
"href": "api/RageCoop.Server.Client.html",
|
||||||
"title": "Class Client | RageCoop resource documentation",
|
"title": "Class Client | RageCoop resource documentation",
|
||||||
"keywords": "Class Client Represent a player connected to this server. Inheritance Object Client Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class Client Properties Config The client's configuration Declaration public PlayerConfig Config { get; set; } Property Value Type Description PlayerConfig EndPoint Th client's IP address and port. Declaration public IPEndPoint EndPoint { get; } Property Value Type Description IPEndPoint IsReady Indicates whether the client has succefully loaded all resources. Declaration public bool IsReady { get; } Property Value Type Description Boolean Latency The client's latency in seconds. Declaration public float Latency { get; } Property Value Type Description Single Player The ServerPed instance representing the client's main character. Declaration public ServerPed Player { get; } Property Value Type Description ServerPed Username Declaration public string Username { get; } Property Value Type Description String Methods Kick(String) Kick this client Declaration public void Kick(string reason = \"You have been kicked!\") Parameters Type Name Description String reason Kick(String[]) Kick this client Declaration public void Kick(params string[] reasons) Parameters Type Name Description String [] reasons Reasons to kick SendChatMessage(String, String) Send a chat messsage to this client, not visible to others. Declaration public void SendChatMessage(string message, string from = \"Server\") Parameters Type Name Description String message String from SendCustomEvent(Int32, List<Object>) Trigger a CustomEvent for this client Declaration public void SendCustomEvent(int hash, List<object> args) Parameters Type Name Description Int32 hash An unique identifier of the event, you can use Hash(String) to get it from a string List < Object > args Arguments SendCustomEvent(Int32, Object[]) Trigger a CustomEvent for this client Declaration public void SendCustomEvent(int hash, params object[] args) Parameters Type Name Description Int32 hash An unique identifier of the event, you can use Hash(String) to get it from a string Object [] args Arguments SendNativeCall(Hash, Object[]) Send a native call to client and ignore it's response. Declaration public void SendNativeCall(Hash hash, params object[] args) Parameters Type Name Description GTA.Native.Hash hash Object [] args SendNativeCall<T>(Action<Object>, Hash, Object[]) Send a native call to client and do a callback when the response received. Declaration public void SendNativeCall<T>(Action<object> callBack, Hash hash, params object[] args) Parameters Type Name Description Action < Object > callBack GTA.Native.Hash hash Object [] args Type Parameters Name Description T Type of the response"
|
"keywords": "Class Client Represent a player connected to this server. Inheritance Object Client Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class Client Properties DisplayNameTag Gets or sets whether to enable automatic respawn for this client's main ped. Declaration public bool DisplayNameTag { get; set; } Property Value Type Description Boolean EnableAutoRespawn Gets or sets whether to enable automatic respawn for this client's main ped. Declaration public bool EnableAutoRespawn { get; set; } Property Value Type Description Boolean EndPoint Th client's IP address and port. Declaration public IPEndPoint EndPoint { get; } Property Value Type Description IPEndPoint IsReady Indicates whether the client has succefully loaded all resources. Declaration public bool IsReady { get; } Property Value Type Description Boolean Latency The client's latency in seconds. Declaration public float Latency { get; } Property Value Type Description Single Player The ServerPed instance representing the client's main character. Declaration public ServerPed Player { get; } Property Value Type Description ServerPed Username The client's username. Declaration public string Username { get; } Property Value Type Description String Methods Kick(String) Kick this client Declaration public void Kick(string reason = \"You have been kicked!\") Parameters Type Name Description String reason Kick(String[]) Kick this client Declaration public void Kick(params string[] reasons) Parameters Type Name Description String [] reasons Reasons to kick SendChatMessage(String, String) Send a chat messsage to this client, not visible to others. Declaration public void SendChatMessage(string message, string from = \"Server\") Parameters Type Name Description String message String from SendCustomEvent(Int32, List<Object>) Trigger a CustomEvent for this client Declaration public void SendCustomEvent(int hash, List<object> args) Parameters Type Name Description Int32 hash An unique identifier of the event, you can use Hash(String) to get it from a string List < Object > args Arguments SendCustomEvent(Int32, Object[]) Trigger a CustomEvent for this client Declaration public void SendCustomEvent(int hash, params object[] args) Parameters Type Name Description Int32 hash An unique identifier of the event, you can use Hash(String) to get it from a string Object [] args Arguments SendNativeCall(Hash, Object[]) Send a native call to client and ignore it's response. Declaration public void SendNativeCall(Hash hash, params object[] args) Parameters Type Name Description GTA.Native.Hash hash Object [] args SendNativeCall<T>(Action<Object>, Hash, Object[]) Send a native call to client and do a callback when the response received. Declaration public void SendNativeCall<T>(Action<object> callBack, Hash hash, params object[] args) Parameters Type Name Description Action < Object > callBack GTA.Native.Hash hash Object [] args Type Parameters Name Description T Type of the response"
|
||||||
},
|
},
|
||||||
"api/RageCoop.Server.html": {
|
"api/RageCoop.Server.html": {
|
||||||
"href": "api/RageCoop.Server.html",
|
"href": "api/RageCoop.Server.html",
|
||||||
"title": "Namespace RageCoop.Server | RageCoop resource documentation",
|
"title": "Namespace RageCoop.Server | RageCoop resource documentation",
|
||||||
"keywords": "Namespace RageCoop.Server Classes Client Represent a player connected to this server. PlayerConfig Server The instantiable RageCoop server class ServerEntities Manipulate entities from the server ServerPed Represents a ped from a client ServerProp Represents an prop owned by server. ServerSettings Settings for RageCoop Server ServerVehicle Represents a vehicle from a client"
|
"keywords": "Namespace RageCoop.Server Classes Client Represent a player connected to this server. Server The instantiable RageCoop server class ServerBlip A static blip owned by server. ServerEntities Manipulate entities from the server ServerObject Server-side object controller ServerPed Represents a ped from a client ServerProp Represents an prop owned by server. ServerSettings Settings for RageCoop Server ServerVehicle Represents a vehicle from a client"
|
||||||
},
|
|
||||||
"api/RageCoop.Server.PlayerConfig.html": {
|
|
||||||
"href": "api/RageCoop.Server.PlayerConfig.html",
|
|
||||||
"title": "Class PlayerConfig | RageCoop resource documentation",
|
|
||||||
"keywords": "Class PlayerConfig Inheritance Object PlayerConfig Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class PlayerConfig Properties BlipColor The blip's color. Declaration public BlipColor BlipColor { get; set; } Property Value Type Description GTA.BlipColor EnableAutoRespawn Whether to enable automatic respawn for this player. if set to false, player will just lay on the ground when it's dead Declaration public bool EnableAutoRespawn { get; set; } Property Value Type Description Boolean ShowBlip Whether to show the player's blip on map. Declaration public bool ShowBlip { get; set; } Property Value Type Description Boolean ShowNameTag Whether the player's nametag is visible to other players. Declaration public bool ShowNameTag { get; set; } Property Value Type Description Boolean"
|
|
||||||
},
|
},
|
||||||
"api/RageCoop.Server.Scripting.API.html": {
|
"api/RageCoop.Server.Scripting.API.html": {
|
||||||
"href": "api/RageCoop.Server.Scripting.API.html",
|
"href": "api/RageCoop.Server.Scripting.API.html",
|
||||||
@ -194,20 +189,30 @@
|
|||||||
"title": "Class Server | RageCoop resource documentation",
|
"title": "Class Server | RageCoop resource documentation",
|
||||||
"keywords": "Class Server The instantiable RageCoop server class Inheritance Object Server Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class Server Constructors Server(ServerSettings, Logger) Instantiate a server. Declaration public Server(ServerSettings settings, Logger logger = null) Parameters Type Name Description ServerSettings settings Logger logger Exceptions Type Condition ArgumentNullException Properties API The API for controlling server and hooking events. Declaration public API API { get; } Property Value Type Description API Methods Start() Spawn threads and start the server Declaration public void Start() Stop() Terminate threads and stop the server Declaration public void Stop()"
|
"keywords": "Class Server The instantiable RageCoop server class Inheritance Object Server Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class Server Constructors Server(ServerSettings, Logger) Instantiate a server. Declaration public Server(ServerSettings settings, Logger logger = null) Parameters Type Name Description ServerSettings settings Logger logger Exceptions Type Condition ArgumentNullException Properties API The API for controlling server and hooking events. Declaration public API API { get; } Property Value Type Description API Methods Start() Spawn threads and start the server Declaration public void Start() Stop() Terminate threads and stop the server Declaration public void Stop()"
|
||||||
},
|
},
|
||||||
|
"api/RageCoop.Server.ServerBlip.html": {
|
||||||
|
"href": "api/RageCoop.Server.ServerBlip.html",
|
||||||
|
"title": "Class ServerBlip | RageCoop resource documentation",
|
||||||
|
"keywords": "Class ServerBlip A static blip owned by server. Inheritance Object ServerBlip Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerBlip Properties Color Color of this blip Declaration public BlipColor Color { get; set; } Property Value Type Description GTA.BlipColor ID Network ID (not handle!) Declaration public int ID { get; } Property Value Type Description Int32 Position Position of this blip Declaration public Vector3 Position { get; set; } Property Value Type Description GTA.Math.Vector3 Rotation Scale of this blip Declaration public int Rotation { get; set; } Property Value Type Description Int32 Scale Scale of this blip Declaration public Vector2 Scale { get; set; } Property Value Type Description GTA.Math.Vector2 Sprite Sprite of this blip Declaration public BlipSprite Sprite { get; set; } Property Value Type Description GTA.BlipSprite Methods Delete() Delete this blip Declaration public void Delete()"
|
||||||
|
},
|
||||||
"api/RageCoop.Server.ServerEntities.html": {
|
"api/RageCoop.Server.ServerEntities.html": {
|
||||||
"href": "api/RageCoop.Server.ServerEntities.html",
|
"href": "api/RageCoop.Server.ServerEntities.html",
|
||||||
"title": "Class ServerEntities | RageCoop resource documentation",
|
"title": "Class ServerEntities | RageCoop resource documentation",
|
||||||
"keywords": "Class ServerEntities Manipulate entities from the server Inheritance Object ServerEntities Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerEntities Methods CreateProp(Model, Vector3, Vector3) Create a static prop owned by server. Declaration public ServerProp CreateProp(Model model, Vector3 pos, Vector3 rot) Parameters Type Name Description GTA.Model model GTA.Math.Vector3 pos GTA.Math.Vector3 rot Returns Type Description ServerProp GetAllPeds() Get all peds on this server Declaration public ServerPed[] GetAllPeds() Returns Type Description ServerPed [] GetAllProps() Get all static objects owned by server Declaration public ServerProp[] GetAllProps() Returns Type Description ServerProp [] GetAllVehicle() Get all vehicles on this server Declaration public ServerVehicle[] GetAllVehicle() Returns Type Description ServerVehicle [] GetPedByID(Int32) Get a ServerPed by it's id Declaration public ServerPed GetPedByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerPed GetPropByID(Int32) Get a ServerProp owned by server from it's ID. Declaration public ServerProp GetPropByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerProp GetVehicleByID(Int32) Get a ServerVehicle by it's id Declaration public ServerVehicle GetVehicleByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerVehicle"
|
"keywords": "Class ServerEntities Manipulate entities from the server Inheritance Object ServerEntities Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerEntities Methods CreateBlip(Vector3, Int32) Create a static ServerBlip owned by server. Declaration public ServerBlip CreateBlip(Vector3 pos, int rotation) Parameters Type Name Description GTA.Math.Vector3 pos Int32 rotation Returns Type Description ServerBlip CreateProp(Model, Vector3, Vector3) Create a static prop owned by server. Declaration public ServerProp CreateProp(Model model, Vector3 pos, Vector3 rot) Parameters Type Name Description GTA.Model model GTA.Math.Vector3 pos GTA.Math.Vector3 rot Returns Type Description ServerProp GetAllBlips() Get all static objects owned by server Declaration public ServerBlip[] GetAllBlips() Returns Type Description ServerBlip [] GetAllPeds() Get all peds on this server Declaration public ServerPed[] GetAllPeds() Returns Type Description ServerPed [] GetAllProps() Get all static prop objects owned by server Declaration public ServerProp[] GetAllProps() Returns Type Description ServerProp [] GetAllVehicles() Get all vehicles on this server Declaration public ServerVehicle[] GetAllVehicles() Returns Type Description ServerVehicle [] GetBlipByID(Int32) Get a ServerBlip by it's id. Declaration public ServerBlip GetBlipByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerBlip GetPedByID(Int32) Get a ServerPed by it's id Declaration public ServerPed GetPedByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerPed GetPropByID(Int32) Get a ServerProp owned by server from it's ID. Declaration public ServerProp GetPropByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerProp GetVehicleByID(Int32) Get a ServerVehicle by it's id Declaration public ServerVehicle GetVehicleByID(int id) Parameters Type Name Description Int32 id Returns Type Description ServerVehicle"
|
||||||
|
},
|
||||||
|
"api/RageCoop.Server.ServerObject.html": {
|
||||||
|
"href": "api/RageCoop.Server.ServerObject.html",
|
||||||
|
"title": "Class ServerObject | RageCoop resource documentation",
|
||||||
|
"keywords": "Class ServerObject Server-side object controller Inheritance Object ServerObject ServerPed ServerProp ServerVehicle Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public abstract class ServerObject Properties Handle Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side. Declaration public Tuple<byte, byte[]> Handle { get; } Property Value Type Description Tuple < Byte , Byte []> ID Network ID of this object. Declaration public int ID { get; } Property Value Type Description Int32 Model The object's model Declaration public Model Model { get; } Property Value Type Description GTA.Model Owner The client that owns this object, null if it's owned by server. Declaration public Client Owner { get; } Property Value Type Description Client Position Gets or sets this object's position Declaration public virtual Vector3 Position { get; set; } Property Value Type Description GTA.Math.Vector3 Rotation Gets or sets this object's rotation Declaration public virtual Vector3 Rotation { get; set; } Property Value Type Description GTA.Math.Vector3 Methods Delete() Delete this object Declaration public virtual void Delete() Freeze(Boolean) Freeze this object, will throw an exception if it's a ServerProp. Declaration public virtual void Freeze(bool toggle) Parameters Type Name Description Boolean toggle Exceptions Type Condition InvalidOperationException Update() Send updated information to clients, would be called automatically. Declaration public virtual void Update()"
|
||||||
},
|
},
|
||||||
"api/RageCoop.Server.ServerPed.html": {
|
"api/RageCoop.Server.ServerPed.html": {
|
||||||
"href": "api/RageCoop.Server.ServerPed.html",
|
"href": "api/RageCoop.Server.ServerPed.html",
|
||||||
"title": "Class ServerPed | RageCoop resource documentation",
|
"title": "Class ServerPed | RageCoop resource documentation",
|
||||||
"keywords": "Class ServerPed Represents a ped from a client Inheritance Object ServerPed Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerPed Properties Handle Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side. Declaration public Tuple<byte, byte[]> Handle { get; } Property Value Type Description Tuple < Byte , Byte []> Health Health Declaration public int Health { get; } Property Value Type Description Int32 ID The ped's network ID (not handle!). Declaration public int ID { get; } Property Value Type Description Int32 IsPlayer Whether this ped is a player. Declaration public bool IsPlayer { get; } Property Value Type Description Boolean LastVehicle The ped's last vehicle. Declaration public ServerVehicle LastVehicle { get; } Property Value Type Description ServerVehicle Owner The Client that is responsible synchronizing for this ped. Declaration public Client Owner { get; } Property Value Type Description Client Position Position of this ped Declaration public Vector3 Position { get; } Property Value Type Description GTA.Math.Vector3 Rotation Gets or sets this ped's rotation Declaration public Vector3 Rotation { get; } Property Value Type Description GTA.Math.Vector3"
|
"keywords": "Class ServerPed Represents a ped from a client Inheritance Object ServerObject ServerPed Inherited Members ServerObject.Handle ServerObject.Owner ServerObject.ID ServerObject.Model ServerObject.Position ServerObject.Rotation ServerObject.Update() ServerObject.Delete() ServerObject.Freeze(Boolean) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerPed : ServerObject Properties Health Health Declaration public int Health { get; } Property Value Type Description Int32 LastVehicle Get the ped's last vehicle Declaration public ServerVehicle LastVehicle { get; } Property Value Type Description ServerVehicle"
|
||||||
},
|
},
|
||||||
"api/RageCoop.Server.ServerProp.html": {
|
"api/RageCoop.Server.ServerProp.html": {
|
||||||
"href": "api/RageCoop.Server.ServerProp.html",
|
"href": "api/RageCoop.Server.ServerProp.html",
|
||||||
"title": "Class ServerProp | RageCoop resource documentation",
|
"title": "Class ServerProp | RageCoop resource documentation",
|
||||||
"keywords": "Class ServerProp Represents an prop owned by server. Inheritance Object ServerProp Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerProp Properties Handle Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side. Declaration public Tuple<byte, byte[]> Handle { get; } Property Value Type Description Tuple < Byte , Byte []> ID Network ID of this object. Declaration public int ID { get; } Property Value Type Description Int32 Model The object's model Declaration public Model Model { get; } Property Value Type Description GTA.Model Position Gets or sets this object's position Declaration public Vector3 Position { get; set; } Property Value Type Description GTA.Math.Vector3 Rotation Gets or sets this object's rotation Declaration public Vector3 Rotation { get; set; } Property Value Type Description GTA.Math.Vector3 Methods Delete() Delete this prop Declaration public void Delete()"
|
"keywords": "Class ServerProp Represents an prop owned by server. Inheritance Object ServerObject ServerProp Inherited Members ServerObject.Handle ServerObject.Owner ServerObject.ID ServerObject.Model ServerObject.Position ServerObject.Rotation ServerObject.Freeze(Boolean) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerProp : ServerObject Methods Delete() Delete this prop Declaration public override void Delete() Overrides ServerObject.Delete() Update() Send updated information to clients, would be called automatically. Declaration public override void Update() Overrides ServerObject.Update()"
|
||||||
},
|
},
|
||||||
"api/RageCoop.Server.ServerSettings.html": {
|
"api/RageCoop.Server.ServerSettings.html": {
|
||||||
"href": "api/RageCoop.Server.ServerSettings.html",
|
"href": "api/RageCoop.Server.ServerSettings.html",
|
||||||
@ -217,7 +222,7 @@
|
|||||||
"api/RageCoop.Server.ServerVehicle.html": {
|
"api/RageCoop.Server.ServerVehicle.html": {
|
||||||
"href": "api/RageCoop.Server.ServerVehicle.html",
|
"href": "api/RageCoop.Server.ServerVehicle.html",
|
||||||
"title": "Class ServerVehicle | RageCoop resource documentation",
|
"title": "Class ServerVehicle | RageCoop resource documentation",
|
||||||
"keywords": "Class ServerVehicle Represents a vehicle from a client Inheritance Object ServerVehicle Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerVehicle Properties Handle Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side. Declaration public Tuple<byte, byte[]> Handle { get; } Property Value Type Description Tuple < Byte , Byte []> ID The vehicle's network ID (not handle!). Declaration public int ID { get; } Property Value Type Description Int32 Owner The Client that is responsible synchronizing for this vehicle. Declaration public Client Owner { get; } Property Value Type Description Client Position Position of this vehicle Declaration public Vector3 Position { get; } Property Value Type Description GTA.Math.Vector3 Quaternion Gets or sets this vehicle's quaternion Declaration public Quaternion Quaternion { get; } Property Value Type Description GTA.Math.Quaternion"
|
"keywords": "Class ServerVehicle Represents a vehicle from a client Inheritance Object ServerObject ServerVehicle Inherited Members ServerObject.Handle ServerObject.Owner ServerObject.ID ServerObject.Model ServerObject.Position ServerObject.Update() ServerObject.Delete() ServerObject.Freeze(Boolean) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : RageCoop.Server Assembly : RageCoop.Server.dll Syntax public class ServerVehicle : ServerObject Properties Quaternion Get this vehicle's quaternion Declaration public Quaternion Quaternion { get; } Property Value Type Description GTA.Math.Quaternion Rotation Gets or sets vehicle rotation Declaration public override Vector3 Rotation { get; set; } Property Value Type Description GTA.Math.Vector3 Overrides ServerObject.Rotation"
|
||||||
},
|
},
|
||||||
"index.html": {
|
"index.html": {
|
||||||
"href": "index.html",
|
"href": "index.html",
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Client.Scripting.API.Config.html",
|
"relative_path": "api/RageCoop.Client.Scripting.API.Config.html",
|
||||||
"hash": "bIGtWyJNpq5dV5Lr6eNA4eo5Vn7EqZUWo2DMulTkc0k="
|
"hash": "VBsaUYzbT0erc4kmdCnwpNkOLQEf1dnwpOHde9Lc1f8="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -333,19 +333,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.Client.html",
|
"relative_path": "api/RageCoop.Server.Client.html",
|
||||||
"hash": "0xsYNVcXtgHUBU+8ybCrfRY1a4dafHsjZjbL/cW9ugs="
|
"hash": "K49mINNkRd7PU0e8aaw0jBB4C3sbS/9e5UvaoY1C/Iw="
|
||||||
}
|
|
||||||
},
|
|
||||||
"is_incremental": false,
|
|
||||||
"version": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ManagedReference",
|
|
||||||
"source_relative_path": "obj/api/RageCoop.Server.PlayerConfig.yml",
|
|
||||||
"output": {
|
|
||||||
".html": {
|
|
||||||
"relative_path": "api/RageCoop.Server.PlayerConfig.html",
|
|
||||||
"hash": "qnRTRSZ+q6lM3IBgeRTepRMYZBnwsm2VmJa3I+81nqc="
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -495,13 +483,37 @@
|
|||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
"version": ""
|
"version": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "ManagedReference",
|
||||||
|
"source_relative_path": "obj/api/RageCoop.Server.ServerBlip.yml",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "api/RageCoop.Server.ServerBlip.html",
|
||||||
|
"hash": "sg2l9vUzWiUtqFetXMUd3inOyOZj4wVvWlKIwjmaoAQ="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "ManagedReference",
|
"type": "ManagedReference",
|
||||||
"source_relative_path": "obj/api/RageCoop.Server.ServerEntities.yml",
|
"source_relative_path": "obj/api/RageCoop.Server.ServerEntities.yml",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.ServerEntities.html",
|
"relative_path": "api/RageCoop.Server.ServerEntities.html",
|
||||||
"hash": "WTXFF2OkOTXhDyf3D0nRc8lBtFQMzaISIpxrgK1bOvI="
|
"hash": "dKwFKIdQpbSRUY9ZCXC9vxmERDyyVqRf4DN/ct7iX+c="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ManagedReference",
|
||||||
|
"source_relative_path": "obj/api/RageCoop.Server.ServerObject.yml",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "api/RageCoop.Server.ServerObject.html",
|
||||||
|
"hash": "PEhbsjDgDsj5b2JXz0SU5YbtDqMoPkYVC4z31uaLea4="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -513,7 +525,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.ServerPed.html",
|
"relative_path": "api/RageCoop.Server.ServerPed.html",
|
||||||
"hash": "QpNMMs/mGAlwPIh8YdZxF4UDgqO2Ob9gPdlc/7mNNII="
|
"hash": "JAf02BPc3fkEZaH75GLJWQNJNQzODetAUAWEqS85Va8="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -525,7 +537,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.ServerProp.html",
|
"relative_path": "api/RageCoop.Server.ServerProp.html",
|
||||||
"hash": "NH1CyF2tlK2ab69oAYGph5TlzRIWB1f7jLZJn4/juU4="
|
"hash": "hbADqyV2RyHqimaz4y+e/h+WlYXCFAf8JEn5VEp4Chc="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -549,7 +561,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.ServerVehicle.html",
|
"relative_path": "api/RageCoop.Server.ServerVehicle.html",
|
||||||
"hash": "097s7xTmGbr3wTX4kq9xmE0cMtZbzwkYZbnHv7iUV2o="
|
"hash": "sPVI4tw1V1JAsBXiWop+UJUijQUsVMG8wndC0nZ4wi4="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -561,7 +573,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/RageCoop.Server.html",
|
"relative_path": "api/RageCoop.Server.html",
|
||||||
"hash": "3oJLBh2imyFC+Cj+FgTb3DV3of/YbA00JftUyDYXoJg="
|
"hash": "xyTwz7yi/LrAYZcx8Glo8TavDO453tEjAeG8nY511d0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -573,7 +585,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/toc.html",
|
"relative_path": "api/toc.html",
|
||||||
"hash": "fxts41eOVaAR3v6NOWGUU0OYotEA7CffyPU7T1EqN18="
|
"hash": "uZcO0u0n+LognaNjc+8AIrqPqE5CqXRa5wxG+MEAtOw="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@ -615,7 +627,7 @@
|
|||||||
"ManagedReferenceDocumentProcessor": {
|
"ManagedReferenceDocumentProcessor": {
|
||||||
"can_incremental": false,
|
"can_incremental": false,
|
||||||
"incrementalPhase": "build",
|
"incrementalPhase": "build",
|
||||||
"total_file_count": 44,
|
"total_file_count": 45,
|
||||||
"skipped_file_count": 0
|
"skipped_file_count": 0
|
||||||
},
|
},
|
||||||
"TocDocumentProcessor": {
|
"TocDocumentProcessor": {
|
||||||
|
610
docs/xrefmap.yml
610
docs/xrefmap.yml
@ -115,6 +115,19 @@ references:
|
|||||||
commentId: T:RageCoop.Client.Scripting.API.Config
|
commentId: T:RageCoop.Client.Scripting.API.Config
|
||||||
fullName: RageCoop.Client.Scripting.API.Config
|
fullName: RageCoop.Client.Scripting.API.Config
|
||||||
nameWithType: API.Config
|
nameWithType: API.Config
|
||||||
|
- uid: RageCoop.Client.Scripting.API.Config.BlipColor
|
||||||
|
name: BlipColor
|
||||||
|
href: api/RageCoop.Client.Scripting.API.Config.html#RageCoop_Client_Scripting_API_Config_BlipColor
|
||||||
|
commentId: P:RageCoop.Client.Scripting.API.Config.BlipColor
|
||||||
|
fullName: RageCoop.Client.Scripting.API.Config.BlipColor
|
||||||
|
nameWithType: API.Config.BlipColor
|
||||||
|
- uid: RageCoop.Client.Scripting.API.Config.BlipColor*
|
||||||
|
name: BlipColor
|
||||||
|
href: api/RageCoop.Client.Scripting.API.Config.html#RageCoop_Client_Scripting_API_Config_BlipColor_
|
||||||
|
commentId: Overload:RageCoop.Client.Scripting.API.Config.BlipColor
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Client.Scripting.API.Config.BlipColor
|
||||||
|
nameWithType: API.Config.BlipColor
|
||||||
- uid: RageCoop.Client.Scripting.API.Config.EnableAutoRespawn
|
- uid: RageCoop.Client.Scripting.API.Config.EnableAutoRespawn
|
||||||
name: EnableAutoRespawn
|
name: EnableAutoRespawn
|
||||||
href: api/RageCoop.Client.Scripting.API.Config.html#RageCoop_Client_Scripting_API_Config_EnableAutoRespawn
|
href: api/RageCoop.Client.Scripting.API.Config.html#RageCoop_Client_Scripting_API_Config_EnableAutoRespawn
|
||||||
@ -1186,19 +1199,32 @@ references:
|
|||||||
commentId: T:RageCoop.Server.Client
|
commentId: T:RageCoop.Server.Client
|
||||||
fullName: RageCoop.Server.Client
|
fullName: RageCoop.Server.Client
|
||||||
nameWithType: Client
|
nameWithType: Client
|
||||||
- uid: RageCoop.Server.Client.Config
|
- uid: RageCoop.Server.Client.DisplayNameTag
|
||||||
name: Config
|
name: DisplayNameTag
|
||||||
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_Config
|
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_DisplayNameTag
|
||||||
commentId: P:RageCoop.Server.Client.Config
|
commentId: P:RageCoop.Server.Client.DisplayNameTag
|
||||||
fullName: RageCoop.Server.Client.Config
|
fullName: RageCoop.Server.Client.DisplayNameTag
|
||||||
nameWithType: Client.Config
|
nameWithType: Client.DisplayNameTag
|
||||||
- uid: RageCoop.Server.Client.Config*
|
- uid: RageCoop.Server.Client.DisplayNameTag*
|
||||||
name: Config
|
name: DisplayNameTag
|
||||||
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_Config_
|
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_DisplayNameTag_
|
||||||
commentId: Overload:RageCoop.Server.Client.Config
|
commentId: Overload:RageCoop.Server.Client.DisplayNameTag
|
||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.Client.Config
|
fullName: RageCoop.Server.Client.DisplayNameTag
|
||||||
nameWithType: Client.Config
|
nameWithType: Client.DisplayNameTag
|
||||||
|
- uid: RageCoop.Server.Client.EnableAutoRespawn
|
||||||
|
name: EnableAutoRespawn
|
||||||
|
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_EnableAutoRespawn
|
||||||
|
commentId: P:RageCoop.Server.Client.EnableAutoRespawn
|
||||||
|
fullName: RageCoop.Server.Client.EnableAutoRespawn
|
||||||
|
nameWithType: Client.EnableAutoRespawn
|
||||||
|
- uid: RageCoop.Server.Client.EnableAutoRespawn*
|
||||||
|
name: EnableAutoRespawn
|
||||||
|
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_EnableAutoRespawn_
|
||||||
|
commentId: Overload:RageCoop.Server.Client.EnableAutoRespawn
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.Client.EnableAutoRespawn
|
||||||
|
nameWithType: Client.EnableAutoRespawn
|
||||||
- uid: RageCoop.Server.Client.EndPoint
|
- uid: RageCoop.Server.Client.EndPoint
|
||||||
name: EndPoint
|
name: EndPoint
|
||||||
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_EndPoint
|
href: api/RageCoop.Server.Client.html#RageCoop_Server_Client_EndPoint
|
||||||
@ -1349,64 +1375,6 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.Client.Username
|
fullName: RageCoop.Server.Client.Username
|
||||||
nameWithType: Client.Username
|
nameWithType: Client.Username
|
||||||
- uid: RageCoop.Server.PlayerConfig
|
|
||||||
name: PlayerConfig
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html
|
|
||||||
commentId: T:RageCoop.Server.PlayerConfig
|
|
||||||
fullName: RageCoop.Server.PlayerConfig
|
|
||||||
nameWithType: PlayerConfig
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.BlipColor
|
|
||||||
name: BlipColor
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_BlipColor
|
|
||||||
commentId: P:RageCoop.Server.PlayerConfig.BlipColor
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.BlipColor
|
|
||||||
nameWithType: PlayerConfig.BlipColor
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.BlipColor*
|
|
||||||
name: BlipColor
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_BlipColor_
|
|
||||||
commentId: Overload:RageCoop.Server.PlayerConfig.BlipColor
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.BlipColor
|
|
||||||
nameWithType: PlayerConfig.BlipColor
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.EnableAutoRespawn
|
|
||||||
name: EnableAutoRespawn
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_EnableAutoRespawn
|
|
||||||
commentId: P:RageCoop.Server.PlayerConfig.EnableAutoRespawn
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.EnableAutoRespawn
|
|
||||||
nameWithType: PlayerConfig.EnableAutoRespawn
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.EnableAutoRespawn*
|
|
||||||
name: EnableAutoRespawn
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_EnableAutoRespawn_
|
|
||||||
commentId: Overload:RageCoop.Server.PlayerConfig.EnableAutoRespawn
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.EnableAutoRespawn
|
|
||||||
nameWithType: PlayerConfig.EnableAutoRespawn
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.ShowBlip
|
|
||||||
name: ShowBlip
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_ShowBlip
|
|
||||||
commentId: P:RageCoop.Server.PlayerConfig.ShowBlip
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.ShowBlip
|
|
||||||
nameWithType: PlayerConfig.ShowBlip
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.ShowBlip*
|
|
||||||
name: ShowBlip
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_ShowBlip_
|
|
||||||
commentId: Overload:RageCoop.Server.PlayerConfig.ShowBlip
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.ShowBlip
|
|
||||||
nameWithType: PlayerConfig.ShowBlip
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.ShowNameTag
|
|
||||||
name: ShowNameTag
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_ShowNameTag
|
|
||||||
commentId: P:RageCoop.Server.PlayerConfig.ShowNameTag
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.ShowNameTag
|
|
||||||
nameWithType: PlayerConfig.ShowNameTag
|
|
||||||
- uid: RageCoop.Server.PlayerConfig.ShowNameTag*
|
|
||||||
name: ShowNameTag
|
|
||||||
href: api/RageCoop.Server.PlayerConfig.html#RageCoop_Server_PlayerConfig_ShowNameTag_
|
|
||||||
commentId: Overload:RageCoop.Server.PlayerConfig.ShowNameTag
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.PlayerConfig.ShowNameTag
|
|
||||||
nameWithType: PlayerConfig.ShowNameTag
|
|
||||||
- uid: RageCoop.Server.Scripting
|
- uid: RageCoop.Server.Scripting
|
||||||
name: RageCoop.Server.Scripting
|
name: RageCoop.Server.Scripting
|
||||||
href: api/RageCoop.Server.Scripting.html
|
href: api/RageCoop.Server.Scripting.html
|
||||||
@ -2127,12 +2095,122 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.Server.Stop
|
fullName: RageCoop.Server.Server.Stop
|
||||||
nameWithType: Server.Stop
|
nameWithType: Server.Stop
|
||||||
|
- uid: RageCoop.Server.ServerBlip
|
||||||
|
name: ServerBlip
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html
|
||||||
|
commentId: T:RageCoop.Server.ServerBlip
|
||||||
|
fullName: RageCoop.Server.ServerBlip
|
||||||
|
nameWithType: ServerBlip
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Color
|
||||||
|
name: Color
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Color
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.Color
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Color
|
||||||
|
nameWithType: ServerBlip.Color
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Color*
|
||||||
|
name: Color
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Color_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Color
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Color
|
||||||
|
nameWithType: ServerBlip.Color
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Delete
|
||||||
|
name: Delete()
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Delete
|
||||||
|
commentId: M:RageCoop.Server.ServerBlip.Delete
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Delete()
|
||||||
|
nameWithType: ServerBlip.Delete()
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Delete*
|
||||||
|
name: Delete
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Delete_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Delete
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Delete
|
||||||
|
nameWithType: ServerBlip.Delete
|
||||||
|
- uid: RageCoop.Server.ServerBlip.ID
|
||||||
|
name: ID
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_ID
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.ID
|
||||||
|
fullName: RageCoop.Server.ServerBlip.ID
|
||||||
|
nameWithType: ServerBlip.ID
|
||||||
|
- uid: RageCoop.Server.ServerBlip.ID*
|
||||||
|
name: ID
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_ID_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.ID
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.ID
|
||||||
|
nameWithType: ServerBlip.ID
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Position
|
||||||
|
name: Position
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Position
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.Position
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Position
|
||||||
|
nameWithType: ServerBlip.Position
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Position*
|
||||||
|
name: Position
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Position_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Position
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Position
|
||||||
|
nameWithType: ServerBlip.Position
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Rotation
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Rotation
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.Rotation
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Rotation
|
||||||
|
nameWithType: ServerBlip.Rotation
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Rotation*
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Rotation_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Rotation
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Rotation
|
||||||
|
nameWithType: ServerBlip.Rotation
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Scale
|
||||||
|
name: Scale
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Scale
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.Scale
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Scale
|
||||||
|
nameWithType: ServerBlip.Scale
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Scale*
|
||||||
|
name: Scale
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Scale_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Scale
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Scale
|
||||||
|
nameWithType: ServerBlip.Scale
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Sprite
|
||||||
|
name: Sprite
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Sprite
|
||||||
|
commentId: P:RageCoop.Server.ServerBlip.Sprite
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Sprite
|
||||||
|
nameWithType: ServerBlip.Sprite
|
||||||
|
- uid: RageCoop.Server.ServerBlip.Sprite*
|
||||||
|
name: Sprite
|
||||||
|
href: api/RageCoop.Server.ServerBlip.html#RageCoop_Server_ServerBlip_Sprite_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerBlip.Sprite
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerBlip.Sprite
|
||||||
|
nameWithType: ServerBlip.Sprite
|
||||||
- uid: RageCoop.Server.ServerEntities
|
- uid: RageCoop.Server.ServerEntities
|
||||||
name: ServerEntities
|
name: ServerEntities
|
||||||
href: api/RageCoop.Server.ServerEntities.html
|
href: api/RageCoop.Server.ServerEntities.html
|
||||||
commentId: T:RageCoop.Server.ServerEntities
|
commentId: T:RageCoop.Server.ServerEntities
|
||||||
fullName: RageCoop.Server.ServerEntities
|
fullName: RageCoop.Server.ServerEntities
|
||||||
nameWithType: ServerEntities
|
nameWithType: ServerEntities
|
||||||
|
- uid: RageCoop.Server.ServerEntities.CreateBlip(GTA.Math.Vector3,System.Int32)
|
||||||
|
name: CreateBlip(Vector3, Int32)
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_CreateBlip_GTA_Math_Vector3_System_Int32_
|
||||||
|
commentId: M:RageCoop.Server.ServerEntities.CreateBlip(GTA.Math.Vector3,System.Int32)
|
||||||
|
fullName: RageCoop.Server.ServerEntities.CreateBlip(GTA.Math.Vector3, System.Int32)
|
||||||
|
nameWithType: ServerEntities.CreateBlip(Vector3, Int32)
|
||||||
|
- uid: RageCoop.Server.ServerEntities.CreateBlip*
|
||||||
|
name: CreateBlip
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_CreateBlip_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerEntities.CreateBlip
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerEntities.CreateBlip
|
||||||
|
nameWithType: ServerEntities.CreateBlip
|
||||||
- uid: RageCoop.Server.ServerEntities.CreateProp(GTA.Model,GTA.Math.Vector3,GTA.Math.Vector3)
|
- uid: RageCoop.Server.ServerEntities.CreateProp(GTA.Model,GTA.Math.Vector3,GTA.Math.Vector3)
|
||||||
name: CreateProp(Model, Vector3, Vector3)
|
name: CreateProp(Model, Vector3, Vector3)
|
||||||
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_CreateProp_GTA_Model_GTA_Math_Vector3_GTA_Math_Vector3_
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_CreateProp_GTA_Model_GTA_Math_Vector3_GTA_Math_Vector3_
|
||||||
@ -2146,6 +2224,19 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerEntities.CreateProp
|
fullName: RageCoop.Server.ServerEntities.CreateProp
|
||||||
nameWithType: ServerEntities.CreateProp
|
nameWithType: ServerEntities.CreateProp
|
||||||
|
- uid: RageCoop.Server.ServerEntities.GetAllBlips
|
||||||
|
name: GetAllBlips()
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllBlips
|
||||||
|
commentId: M:RageCoop.Server.ServerEntities.GetAllBlips
|
||||||
|
fullName: RageCoop.Server.ServerEntities.GetAllBlips()
|
||||||
|
nameWithType: ServerEntities.GetAllBlips()
|
||||||
|
- uid: RageCoop.Server.ServerEntities.GetAllBlips*
|
||||||
|
name: GetAllBlips
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllBlips_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerEntities.GetAllBlips
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerEntities.GetAllBlips
|
||||||
|
nameWithType: ServerEntities.GetAllBlips
|
||||||
- uid: RageCoop.Server.ServerEntities.GetAllPeds
|
- uid: RageCoop.Server.ServerEntities.GetAllPeds
|
||||||
name: GetAllPeds()
|
name: GetAllPeds()
|
||||||
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllPeds
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllPeds
|
||||||
@ -2172,19 +2263,32 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerEntities.GetAllProps
|
fullName: RageCoop.Server.ServerEntities.GetAllProps
|
||||||
nameWithType: ServerEntities.GetAllProps
|
nameWithType: ServerEntities.GetAllProps
|
||||||
- uid: RageCoop.Server.ServerEntities.GetAllVehicle
|
- uid: RageCoop.Server.ServerEntities.GetAllVehicles
|
||||||
name: GetAllVehicle()
|
name: GetAllVehicles()
|
||||||
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllVehicle
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllVehicles
|
||||||
commentId: M:RageCoop.Server.ServerEntities.GetAllVehicle
|
commentId: M:RageCoop.Server.ServerEntities.GetAllVehicles
|
||||||
fullName: RageCoop.Server.ServerEntities.GetAllVehicle()
|
fullName: RageCoop.Server.ServerEntities.GetAllVehicles()
|
||||||
nameWithType: ServerEntities.GetAllVehicle()
|
nameWithType: ServerEntities.GetAllVehicles()
|
||||||
- uid: RageCoop.Server.ServerEntities.GetAllVehicle*
|
- uid: RageCoop.Server.ServerEntities.GetAllVehicles*
|
||||||
name: GetAllVehicle
|
name: GetAllVehicles
|
||||||
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllVehicle_
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetAllVehicles_
|
||||||
commentId: Overload:RageCoop.Server.ServerEntities.GetAllVehicle
|
commentId: Overload:RageCoop.Server.ServerEntities.GetAllVehicles
|
||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerEntities.GetAllVehicle
|
fullName: RageCoop.Server.ServerEntities.GetAllVehicles
|
||||||
nameWithType: ServerEntities.GetAllVehicle
|
nameWithType: ServerEntities.GetAllVehicles
|
||||||
|
- uid: RageCoop.Server.ServerEntities.GetBlipByID(System.Int32)
|
||||||
|
name: GetBlipByID(Int32)
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetBlipByID_System_Int32_
|
||||||
|
commentId: M:RageCoop.Server.ServerEntities.GetBlipByID(System.Int32)
|
||||||
|
fullName: RageCoop.Server.ServerEntities.GetBlipByID(System.Int32)
|
||||||
|
nameWithType: ServerEntities.GetBlipByID(Int32)
|
||||||
|
- uid: RageCoop.Server.ServerEntities.GetBlipByID*
|
||||||
|
name: GetBlipByID
|
||||||
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetBlipByID_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerEntities.GetBlipByID
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerEntities.GetBlipByID
|
||||||
|
nameWithType: ServerEntities.GetBlipByID
|
||||||
- uid: RageCoop.Server.ServerEntities.GetPedByID(System.Int32)
|
- uid: RageCoop.Server.ServerEntities.GetPedByID(System.Int32)
|
||||||
name: GetPedByID(Int32)
|
name: GetPedByID(Int32)
|
||||||
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetPedByID_System_Int32_
|
href: api/RageCoop.Server.ServerEntities.html#RageCoop_Server_ServerEntities_GetPedByID_System_Int32_
|
||||||
@ -2224,25 +2328,135 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerEntities.GetVehicleByID
|
fullName: RageCoop.Server.ServerEntities.GetVehicleByID
|
||||||
nameWithType: ServerEntities.GetVehicleByID
|
nameWithType: ServerEntities.GetVehicleByID
|
||||||
|
- uid: RageCoop.Server.ServerObject
|
||||||
|
name: ServerObject
|
||||||
|
href: api/RageCoop.Server.ServerObject.html
|
||||||
|
commentId: T:RageCoop.Server.ServerObject
|
||||||
|
fullName: RageCoop.Server.ServerObject
|
||||||
|
nameWithType: ServerObject
|
||||||
|
- uid: RageCoop.Server.ServerObject.Delete
|
||||||
|
name: Delete()
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Delete
|
||||||
|
commentId: M:RageCoop.Server.ServerObject.Delete
|
||||||
|
fullName: RageCoop.Server.ServerObject.Delete()
|
||||||
|
nameWithType: ServerObject.Delete()
|
||||||
|
- uid: RageCoop.Server.ServerObject.Delete*
|
||||||
|
name: Delete
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Delete_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Delete
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Delete
|
||||||
|
nameWithType: ServerObject.Delete
|
||||||
|
- uid: RageCoop.Server.ServerObject.Freeze(System.Boolean)
|
||||||
|
name: Freeze(Boolean)
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Freeze_System_Boolean_
|
||||||
|
commentId: M:RageCoop.Server.ServerObject.Freeze(System.Boolean)
|
||||||
|
fullName: RageCoop.Server.ServerObject.Freeze(System.Boolean)
|
||||||
|
nameWithType: ServerObject.Freeze(Boolean)
|
||||||
|
- uid: RageCoop.Server.ServerObject.Freeze*
|
||||||
|
name: Freeze
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Freeze_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Freeze
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Freeze
|
||||||
|
nameWithType: ServerObject.Freeze
|
||||||
|
- uid: RageCoop.Server.ServerObject.Handle
|
||||||
|
name: Handle
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Handle
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.Handle
|
||||||
|
fullName: RageCoop.Server.ServerObject.Handle
|
||||||
|
nameWithType: ServerObject.Handle
|
||||||
|
- uid: RageCoop.Server.ServerObject.Handle*
|
||||||
|
name: Handle
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Handle_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Handle
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Handle
|
||||||
|
nameWithType: ServerObject.Handle
|
||||||
|
- uid: RageCoop.Server.ServerObject.ID
|
||||||
|
name: ID
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_ID
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.ID
|
||||||
|
fullName: RageCoop.Server.ServerObject.ID
|
||||||
|
nameWithType: ServerObject.ID
|
||||||
|
- uid: RageCoop.Server.ServerObject.ID*
|
||||||
|
name: ID
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_ID_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.ID
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.ID
|
||||||
|
nameWithType: ServerObject.ID
|
||||||
|
- uid: RageCoop.Server.ServerObject.Model
|
||||||
|
name: Model
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Model
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.Model
|
||||||
|
fullName: RageCoop.Server.ServerObject.Model
|
||||||
|
nameWithType: ServerObject.Model
|
||||||
|
- uid: RageCoop.Server.ServerObject.Model*
|
||||||
|
name: Model
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Model_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Model
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Model
|
||||||
|
nameWithType: ServerObject.Model
|
||||||
|
- uid: RageCoop.Server.ServerObject.Owner
|
||||||
|
name: Owner
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Owner
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.Owner
|
||||||
|
fullName: RageCoop.Server.ServerObject.Owner
|
||||||
|
nameWithType: ServerObject.Owner
|
||||||
|
- uid: RageCoop.Server.ServerObject.Owner*
|
||||||
|
name: Owner
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Owner_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Owner
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Owner
|
||||||
|
nameWithType: ServerObject.Owner
|
||||||
|
- uid: RageCoop.Server.ServerObject.Position
|
||||||
|
name: Position
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Position
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.Position
|
||||||
|
fullName: RageCoop.Server.ServerObject.Position
|
||||||
|
nameWithType: ServerObject.Position
|
||||||
|
- uid: RageCoop.Server.ServerObject.Position*
|
||||||
|
name: Position
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Position_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Position
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Position
|
||||||
|
nameWithType: ServerObject.Position
|
||||||
|
- uid: RageCoop.Server.ServerObject.Rotation
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Rotation
|
||||||
|
commentId: P:RageCoop.Server.ServerObject.Rotation
|
||||||
|
fullName: RageCoop.Server.ServerObject.Rotation
|
||||||
|
nameWithType: ServerObject.Rotation
|
||||||
|
- uid: RageCoop.Server.ServerObject.Rotation*
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Rotation_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Rotation
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Rotation
|
||||||
|
nameWithType: ServerObject.Rotation
|
||||||
|
- uid: RageCoop.Server.ServerObject.Update
|
||||||
|
name: Update()
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Update
|
||||||
|
commentId: M:RageCoop.Server.ServerObject.Update
|
||||||
|
fullName: RageCoop.Server.ServerObject.Update()
|
||||||
|
nameWithType: ServerObject.Update()
|
||||||
|
- uid: RageCoop.Server.ServerObject.Update*
|
||||||
|
name: Update
|
||||||
|
href: api/RageCoop.Server.ServerObject.html#RageCoop_Server_ServerObject_Update_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerObject.Update
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerObject.Update
|
||||||
|
nameWithType: ServerObject.Update
|
||||||
- uid: RageCoop.Server.ServerPed
|
- uid: RageCoop.Server.ServerPed
|
||||||
name: ServerPed
|
name: ServerPed
|
||||||
href: api/RageCoop.Server.ServerPed.html
|
href: api/RageCoop.Server.ServerPed.html
|
||||||
commentId: T:RageCoop.Server.ServerPed
|
commentId: T:RageCoop.Server.ServerPed
|
||||||
fullName: RageCoop.Server.ServerPed
|
fullName: RageCoop.Server.ServerPed
|
||||||
nameWithType: ServerPed
|
nameWithType: ServerPed
|
||||||
- uid: RageCoop.Server.ServerPed.Handle
|
|
||||||
name: Handle
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Handle
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.Handle
|
|
||||||
fullName: RageCoop.Server.ServerPed.Handle
|
|
||||||
nameWithType: ServerPed.Handle
|
|
||||||
- uid: RageCoop.Server.ServerPed.Handle*
|
|
||||||
name: Handle
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Handle_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.Handle
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.Handle
|
|
||||||
nameWithType: ServerPed.Handle
|
|
||||||
- uid: RageCoop.Server.ServerPed.Health
|
- uid: RageCoop.Server.ServerPed.Health
|
||||||
name: Health
|
name: Health
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Health
|
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Health
|
||||||
@ -2256,32 +2470,6 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerPed.Health
|
fullName: RageCoop.Server.ServerPed.Health
|
||||||
nameWithType: ServerPed.Health
|
nameWithType: ServerPed.Health
|
||||||
- uid: RageCoop.Server.ServerPed.ID
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_ID
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.ID
|
|
||||||
fullName: RageCoop.Server.ServerPed.ID
|
|
||||||
nameWithType: ServerPed.ID
|
|
||||||
- uid: RageCoop.Server.ServerPed.ID*
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_ID_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.ID
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.ID
|
|
||||||
nameWithType: ServerPed.ID
|
|
||||||
- uid: RageCoop.Server.ServerPed.IsPlayer
|
|
||||||
name: IsPlayer
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_IsPlayer
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.IsPlayer
|
|
||||||
fullName: RageCoop.Server.ServerPed.IsPlayer
|
|
||||||
nameWithType: ServerPed.IsPlayer
|
|
||||||
- uid: RageCoop.Server.ServerPed.IsPlayer*
|
|
||||||
name: IsPlayer
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_IsPlayer_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.IsPlayer
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.IsPlayer
|
|
||||||
nameWithType: ServerPed.IsPlayer
|
|
||||||
- uid: RageCoop.Server.ServerPed.LastVehicle
|
- uid: RageCoop.Server.ServerPed.LastVehicle
|
||||||
name: LastVehicle
|
name: LastVehicle
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_LastVehicle
|
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_LastVehicle
|
||||||
@ -2295,45 +2483,6 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerPed.LastVehicle
|
fullName: RageCoop.Server.ServerPed.LastVehicle
|
||||||
nameWithType: ServerPed.LastVehicle
|
nameWithType: ServerPed.LastVehicle
|
||||||
- uid: RageCoop.Server.ServerPed.Owner
|
|
||||||
name: Owner
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Owner
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.Owner
|
|
||||||
fullName: RageCoop.Server.ServerPed.Owner
|
|
||||||
nameWithType: ServerPed.Owner
|
|
||||||
- uid: RageCoop.Server.ServerPed.Owner*
|
|
||||||
name: Owner
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Owner_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.Owner
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.Owner
|
|
||||||
nameWithType: ServerPed.Owner
|
|
||||||
- uid: RageCoop.Server.ServerPed.Position
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Position
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.Position
|
|
||||||
fullName: RageCoop.Server.ServerPed.Position
|
|
||||||
nameWithType: ServerPed.Position
|
|
||||||
- uid: RageCoop.Server.ServerPed.Position*
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Position_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.Position
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.Position
|
|
||||||
nameWithType: ServerPed.Position
|
|
||||||
- uid: RageCoop.Server.ServerPed.Rotation
|
|
||||||
name: Rotation
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Rotation
|
|
||||||
commentId: P:RageCoop.Server.ServerPed.Rotation
|
|
||||||
fullName: RageCoop.Server.ServerPed.Rotation
|
|
||||||
nameWithType: ServerPed.Rotation
|
|
||||||
- uid: RageCoop.Server.ServerPed.Rotation*
|
|
||||||
name: Rotation
|
|
||||||
href: api/RageCoop.Server.ServerPed.html#RageCoop_Server_ServerPed_Rotation_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerPed.Rotation
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerPed.Rotation
|
|
||||||
nameWithType: ServerPed.Rotation
|
|
||||||
- uid: RageCoop.Server.ServerProp
|
- uid: RageCoop.Server.ServerProp
|
||||||
name: ServerProp
|
name: ServerProp
|
||||||
href: api/RageCoop.Server.ServerProp.html
|
href: api/RageCoop.Server.ServerProp.html
|
||||||
@ -2353,71 +2502,19 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerProp.Delete
|
fullName: RageCoop.Server.ServerProp.Delete
|
||||||
nameWithType: ServerProp.Delete
|
nameWithType: ServerProp.Delete
|
||||||
- uid: RageCoop.Server.ServerProp.Handle
|
- uid: RageCoop.Server.ServerProp.Update
|
||||||
name: Handle
|
name: Update()
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Handle
|
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Update
|
||||||
commentId: P:RageCoop.Server.ServerProp.Handle
|
commentId: M:RageCoop.Server.ServerProp.Update
|
||||||
fullName: RageCoop.Server.ServerProp.Handle
|
fullName: RageCoop.Server.ServerProp.Update()
|
||||||
nameWithType: ServerProp.Handle
|
nameWithType: ServerProp.Update()
|
||||||
- uid: RageCoop.Server.ServerProp.Handle*
|
- uid: RageCoop.Server.ServerProp.Update*
|
||||||
name: Handle
|
name: Update
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Handle_
|
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Update_
|
||||||
commentId: Overload:RageCoop.Server.ServerProp.Handle
|
commentId: Overload:RageCoop.Server.ServerProp.Update
|
||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerProp.Handle
|
fullName: RageCoop.Server.ServerProp.Update
|
||||||
nameWithType: ServerProp.Handle
|
nameWithType: ServerProp.Update
|
||||||
- uid: RageCoop.Server.ServerProp.ID
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_ID
|
|
||||||
commentId: P:RageCoop.Server.ServerProp.ID
|
|
||||||
fullName: RageCoop.Server.ServerProp.ID
|
|
||||||
nameWithType: ServerProp.ID
|
|
||||||
- uid: RageCoop.Server.ServerProp.ID*
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_ID_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerProp.ID
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerProp.ID
|
|
||||||
nameWithType: ServerProp.ID
|
|
||||||
- uid: RageCoop.Server.ServerProp.Model
|
|
||||||
name: Model
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Model
|
|
||||||
commentId: P:RageCoop.Server.ServerProp.Model
|
|
||||||
fullName: RageCoop.Server.ServerProp.Model
|
|
||||||
nameWithType: ServerProp.Model
|
|
||||||
- uid: RageCoop.Server.ServerProp.Model*
|
|
||||||
name: Model
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Model_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerProp.Model
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerProp.Model
|
|
||||||
nameWithType: ServerProp.Model
|
|
||||||
- uid: RageCoop.Server.ServerProp.Position
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Position
|
|
||||||
commentId: P:RageCoop.Server.ServerProp.Position
|
|
||||||
fullName: RageCoop.Server.ServerProp.Position
|
|
||||||
nameWithType: ServerProp.Position
|
|
||||||
- uid: RageCoop.Server.ServerProp.Position*
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Position_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerProp.Position
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerProp.Position
|
|
||||||
nameWithType: ServerProp.Position
|
|
||||||
- uid: RageCoop.Server.ServerProp.Rotation
|
|
||||||
name: Rotation
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Rotation
|
|
||||||
commentId: P:RageCoop.Server.ServerProp.Rotation
|
|
||||||
fullName: RageCoop.Server.ServerProp.Rotation
|
|
||||||
nameWithType: ServerProp.Rotation
|
|
||||||
- uid: RageCoop.Server.ServerProp.Rotation*
|
|
||||||
name: Rotation
|
|
||||||
href: api/RageCoop.Server.ServerProp.html#RageCoop_Server_ServerProp_Rotation_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerProp.Rotation
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerProp.Rotation
|
|
||||||
nameWithType: ServerProp.Rotation
|
|
||||||
- uid: RageCoop.Server.ServerSettings
|
- uid: RageCoop.Server.ServerSettings
|
||||||
name: ServerSettings
|
name: ServerSettings
|
||||||
href: api/RageCoop.Server.ServerSettings.html
|
href: api/RageCoop.Server.ServerSettings.html
|
||||||
@ -2560,58 +2657,6 @@ references:
|
|||||||
commentId: T:RageCoop.Server.ServerVehicle
|
commentId: T:RageCoop.Server.ServerVehicle
|
||||||
fullName: RageCoop.Server.ServerVehicle
|
fullName: RageCoop.Server.ServerVehicle
|
||||||
nameWithType: ServerVehicle
|
nameWithType: ServerVehicle
|
||||||
- uid: RageCoop.Server.ServerVehicle.Handle
|
|
||||||
name: Handle
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Handle
|
|
||||||
commentId: P:RageCoop.Server.ServerVehicle.Handle
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Handle
|
|
||||||
nameWithType: ServerVehicle.Handle
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Handle*
|
|
||||||
name: Handle
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Handle_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerVehicle.Handle
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Handle
|
|
||||||
nameWithType: ServerVehicle.Handle
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.ID
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_ID
|
|
||||||
commentId: P:RageCoop.Server.ServerVehicle.ID
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.ID
|
|
||||||
nameWithType: ServerVehicle.ID
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.ID*
|
|
||||||
name: ID
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_ID_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerVehicle.ID
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.ID
|
|
||||||
nameWithType: ServerVehicle.ID
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Owner
|
|
||||||
name: Owner
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Owner
|
|
||||||
commentId: P:RageCoop.Server.ServerVehicle.Owner
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Owner
|
|
||||||
nameWithType: ServerVehicle.Owner
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Owner*
|
|
||||||
name: Owner
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Owner_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerVehicle.Owner
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Owner
|
|
||||||
nameWithType: ServerVehicle.Owner
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Position
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Position
|
|
||||||
commentId: P:RageCoop.Server.ServerVehicle.Position
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Position
|
|
||||||
nameWithType: ServerVehicle.Position
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Position*
|
|
||||||
name: Position
|
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Position_
|
|
||||||
commentId: Overload:RageCoop.Server.ServerVehicle.Position
|
|
||||||
isSpec: "True"
|
|
||||||
fullName: RageCoop.Server.ServerVehicle.Position
|
|
||||||
nameWithType: ServerVehicle.Position
|
|
||||||
- uid: RageCoop.Server.ServerVehicle.Quaternion
|
- uid: RageCoop.Server.ServerVehicle.Quaternion
|
||||||
name: Quaternion
|
name: Quaternion
|
||||||
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Quaternion
|
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Quaternion
|
||||||
@ -2625,3 +2670,16 @@ references:
|
|||||||
isSpec: "True"
|
isSpec: "True"
|
||||||
fullName: RageCoop.Server.ServerVehicle.Quaternion
|
fullName: RageCoop.Server.ServerVehicle.Quaternion
|
||||||
nameWithType: ServerVehicle.Quaternion
|
nameWithType: ServerVehicle.Quaternion
|
||||||
|
- uid: RageCoop.Server.ServerVehicle.Rotation
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Rotation
|
||||||
|
commentId: P:RageCoop.Server.ServerVehicle.Rotation
|
||||||
|
fullName: RageCoop.Server.ServerVehicle.Rotation
|
||||||
|
nameWithType: ServerVehicle.Rotation
|
||||||
|
- uid: RageCoop.Server.ServerVehicle.Rotation*
|
||||||
|
name: Rotation
|
||||||
|
href: api/RageCoop.Server.ServerVehicle.html#RageCoop_Server_ServerVehicle_Rotation_
|
||||||
|
commentId: Overload:RageCoop.Server.ServerVehicle.Rotation
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: RageCoop.Server.ServerVehicle.Rotation
|
||||||
|
nameWithType: ServerVehicle.Rotation
|
||||||
|
Reference in New Issue
Block a user