All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:11, 30 November 2019 Xabi talk contribs created page GetEntityModel (Created page with "Gets the model from the NetHandle passed. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Entity.GetEntityModel(NetHandle ent);|lang=c...")
- 09:11, 30 November 2019 Xabi talk contribs created page GetEntityFromHandle (Created page with "Gets the entity given the NetHandle. {{CSharpContainer| {{#tag:syntaxhighlight|T {{Template:CSharp_Serverside_namespace}}Entity.GetEntityFromHandle<T>(NetHandle handle);|lan...")
- 09:10, 30 November 2019 Xabi talk contribs created page GetEntityDimension (Created page with "Gets the dimension for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Entity.GetEntityDimension(NetHandle entity);|...")
- 09:09, 30 November 2019 Xabi talk contribs created page DoesEntityExist (Created page with "Check if the entity exists. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Entity.DoesEntityExist(NetHandle netHandle);|lang=csharp}}...")
- 09:08, 30 November 2019 Xabi talk contribs created page DeleteEntity (Created page with "Destroys the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.DeleteEntity(NetHandle netHandle);|lang=csharp}} {{...")
- 16:54, 29 November 2019 Xabi talk contribs created page SetDummyEntityType (Created page with "Sets the type for the given DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}DummyEntity.SetDummyEntityType(NetHandle enti...")
- 16:53, 29 November 2019 Xabi talk contribs created page GetDummyEntityType (Created page with "Gets the type for the given DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|int {{Template:CSharp_Serverside_namespace}}DummyEntity.GetDummyEntityType(NetHandle entit...")
- 16:52, 29 November 2019 Xabi talk contribs created page CreateDummyEntity (Created page with "Creates a DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|DummyEntity {{Template:CSharp_Serverside_namespace}}DummyEntity.CreateDummyEntity(int dummyType, Dictionary<...")
- 16:50, 29 November 2019 Xabi talk contribs created page GetEntitySharedData (Created page with "Gets entity data that was set with SetEntitySharedData. {{CSharpContainer| {{#tag:syntaxhighlight|object {{Template:CSharp_Serverside_namespace}}Data.GetEntitySharedData(Ent...")
- 16:48, 29 November 2019 Xabi talk contribs created page GetAllWorldSharedData (Created page with "Get all keys set in the world data, set with SetSharedWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldS...")
- 16:48, 29 November 2019 Xabi talk contribs created page GetAllWorldData (Created page with "Get all keys set in the world data, set with SetWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldData();...")
- 16:47, 29 November 2019 Xabi talk contribs created page GetAllEntitySharedData (Created page with "Get all keys set in the server's entity data, set with SetEntitySharedData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.G...")
- 09:10, 29 November 2019 Xabi talk contribs created page PlayPedScenario (Created page with "Makes the Ped play a scenario. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.PlayPedScenario(Ped ped, string scenario);|lang=csh...")
- 09:08, 29 November 2019 Xabi talk contribs created page PlayPedAnimation (Created page with "Makes the Ped play an animation. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.PlayPedAnimation(Ped ped, bool looped, string dic...")
- 09:04, 29 November 2019 Xabi talk contribs created page CreatePed (Created page with "Creates a new Ped. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.CreatePed(PedHash model, Vector3 pos, float heading, uint dimen...")
- 09:02, 29 November 2019 Xabi talk contribs created page ClearPedTasks (Created page with "Clears all the tasks assigned to a Ped. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.ClearPedTasks(Ped ped);|lang=csharp}} {{P...")
- 08:56, 29 November 2019 Xabi talk contribs created page ConsoleOutput (Created page with "Prints a message on the server's console. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Util.ConsoleOutput(string text, object[] arg...")
- 08:54, 29 November 2019 Xabi talk contribs created page GetHashKey (Created page with "Gets the hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Util.GetHashKey(string input);|lang=csharp}} {{P...")
- 08:53, 29 November 2019 Xabi talk contribs created page GetHashSha256 (Created page with "Gets the SHA256 hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.GetHashSha256(string input);|lang=c...")
- 08:52, 29 November 2019 Xabi talk contribs created page PedNameToModel (Created page with "Gets the numeric hash from the Ped's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PedNameToModel(string modelName);|la...")
- 08:52, 29 November 2019 Xabi talk contribs created page PickupNameToModel (Created page with "Gets the numeric hash from the Pickup's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PickupNameToModel(string modelNam...")
- 08:51, 29 November 2019 Xabi talk contribs created page ToJson (Created page with "Converts the given object into a JSON type string. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.ToJson(object data);|lang=cs...")
- 08:50, 29 November 2019 Xabi talk contribs created page WeaponNameToModel (Created page with "Gets the numeric hash from the Weapon's name. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Util.WeaponNameToModel(string modelName)...")
- 08:45, 29 November 2019 Xabi talk contribs created page SendPictureNotificationToPlayer (Created page with "Creates and sends a Notification with a picture and some extra information to an specified player. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serversid...")
- 08:44, 29 November 2019 Xabi talk contribs created page SendPictureNotificationToAll (Created page with "Creates and sends a Notification with a picture and some extra information to all the players in the server. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp...")
- 08:41, 29 November 2019 Xabi talk contribs created page SendNotificationToPlayer (Created page with "Creates and sends a Notification to an specified player. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Notification.SendNotification...")
- 08:40, 29 November 2019 Xabi talk contribs created page SendNotificationToAll (Created page with "Creates and sends a Notification to all the players in the server. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Notification.SendNo...")
- 18:26, 28 November 2019 Xabi talk contribs created page IsPointWithinColshape (Created page with "Checks whether a point is into the given colshape. {{CSharpContainer| {{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(...")
- 18:23, 28 November 2019 Xabi talk contribs created page CreateCylinderColShape (Created page with "Creates a cylinder shaped colshape object. {{CSharpContainer| {{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.CreateCylinderColShape(Vector3...")
- 18:13, 28 November 2019 Xabi talk contribs created page SetBlipRouteVisible (Created page with "Toggle the blip route's visibility. {{CSharpContainer| {{#tag:syntaxhighlight|void{{Template:CSharp_Serverside_namespace}}Blip.SetBlipRouteVisible(NetHandle blip, bool visib...")
- 18:12, 28 November 2019 Xabi talk contribs created page SetBlipRouteColor (Created page with "Sets the color for the current's blip route. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Blip.SetBlipRouteColor(NetHandle blip, in...")
- 18:10, 28 November 2019 Xabi talk contribs created page GetBlipRouteVisible (Created page with "Check whether the blip route is visible or not. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteVisible(NetHandle bli...")
- 18:00, 28 November 2019 Xabi talk contribs created page GetBlipRouteColor (Created page with "Gets the color for the current's blip route. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Blip.GetBlipRouteColor(NetHandle blip);|l...")
- 17:12, 28 November 2019 Xabi talk contribs created page Template:CSharp Vehicle definition (Created page with "*Functions **Vehicle.GetExtra **Vehicle.GetMod **Vehicle.RemoveMod **Vehicle.Repair **Vehicle.SetExtra **Vehicle.SetMod *Properties **Vehicle.Bulletp...")
- 17:09, 28 November 2019 Xabi talk contribs created page Template:CSharp TextLabel definition (Created page with "*Properties **TextLabel.Color **TextLabel.Range **TextLabel.Seethrough **TextLabel.Text")
- 17:07, 28 November 2019 Xabi talk contribs created page Template:CSharp RuntimeCommandInfo definition (Created page with "*Functions **RuntimeCommandInfo.RuntimeCommandInfo *Properties **RuntimeCommandInfo.ACLRequired **RuntimeCommandInfo.Alias **RuntimeCommandInfo.ArgumentConverter...")
- 17:06, 28 November 2019 Xabi talk contribs created page Template:CSharp RemoteEventAttribute definition (Created page with "*Functions **RemoteEventAttribute.RemoteEventAttribute *Properties **RemoteEventAttribute.CastToType **RemoteEventAttribute.NameHash **RemoteEventAttribute.Remot...")
- 17:04, 28 November 2019 Xabi talk contribs created page Template:CSharp PickupToWeapon definition (Created page with "*Functions **PickupToWeapon.Translate")
- 17:04, 28 November 2019 Xabi talk contribs created page Template:CSharp Pickup definition (Created page with "*Functions **Pickup.Respawn *Properties **Pickup.Amount **Pickup.CustomModel **Pickup.PickedUp")
- 17:01, 28 November 2019 Xabi talk contribs created page Template:CSharp Ped definition (Created page with "*Functions **Ped.ClearTasks **Ped.PlayAnimation **Ped.PlayScenario **Ped.StopAnimation")
- 17:00, 28 November 2019 Xabi talk contribs created page Template:CSharp Matrix4 definition (Created page with "*Functions **Matrix4.CreateRotationX **Matrix4.CreateRotationY **Matrix4.CreateRotationZ **Matrix4.CreateScale **Matrix4.CreateTranslation **Matrix4.Matr...")
- 16:58, 28 November 2019 Xabi talk contribs created page Template:CSharp Marker definition (Created page with "*Properties **Marker.Color **Marker.Direction **Marker.MarkerType **Marker.Scale")
- 16:57, 28 November 2019 Xabi talk contribs created page Template:CSharp Entity definition (Created page with "*Functions **Entity.CreateParticleEffect **Entity.Delete **Entity.GetAllData **Entity.GetData **Entity.GetExternalData **Entity.GetHashCode **Entity....")
- 16:53, 28 November 2019 Xabi talk contribs created page Template:CSharp DummyEntity definition (Created page with "*Properties **DummyEntity.DummyType")
- 16:50, 28 November 2019 Xabi talk contribs created page Template:CSharp CommandAttribute definition (Created page with "*Functions **CommandAttribute.CommandAttribute *Properties **CommandAttribute.ACLRequired **CommandAttribute.Alias **CommandAttribute.ArgumentConverter **Com...")
- 16:48, 28 November 2019 Xabi talk contribs created page Template:CSharp ColShape definition (Created page with "*Functions **ColShape.IsPointWithin *Events **ColShape.OnEntityEnterColShape **ColShape.OnEntityExitColShape")
- 16:46, 28 November 2019 Xabi talk contribs created page Template:CSharp Checkpoint definition (Created page with "*Properties **Checkpoint.Color **Checkpoint.Direction **Checkpoint.Scale")
- 16:45, 28 November 2019 Xabi talk contribs created page Template:CSharp CancelEventArgs definition (Created page with "*Functions **CancelEventArgs.CancelEventArgs() *Properties **CancelEventArgs.Cancel")
- 16:44, 28 November 2019 Xabi talk contribs created page Template:CSharp Blip definition (Created page with "*Properties **Blip.Color **Blip.Name **Blip.Position **Blip.RouteColor **Blip.RouteVisible **Blip.Scale **Blip.ShortRange **Blip.Sprite **Bli...")
- 09:05, 28 November 2019 Xabi talk contribs created page Template:CSharp Player definition (Created page with "*Functions **Player.Ban **Player.ClearAccessory **Player.ClearDecorations **Player.DisableVoiceTo **Player.EnableVoiceTo **Player.Eval **Player.GetAc...")