Skip to content

Commit

Permalink
Merge pull request #1055 from midosvt/master
Browse files Browse the repository at this point in the history
Remove unimplemented functions and callbacks
  • Loading branch information
midosvt committed Sep 6, 2024
2 parents cdb78df + c644b32 commit 5682b03
Show file tree
Hide file tree
Showing 40 changed files with 22 additions and 889 deletions.
2 changes: 0 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,9 @@ Release Candidate 2 (RC2) of the open.mp server.
- [GetVehicleRespawnDelay](scripting/functions/GetVehicleRespawnDelay)
- [GetVehicleTower](scripting/functions/GetVehicleTower)
- [GetVehicleCab](scripting/functions/GetVehicleCab)
- [GetVehicleOccupiedTick](scripting/functions/GetVehicleOccupiedTick)
- [HasVehicleBeenOccupied](scripting/functions/HasVehicleBeenOccupied)
- [IsVehicleOccupied](scripting/functions/IsVehicleOccupied)
- [GetVehicleRespawnTick](scripting/functions/GetVehicleRespawnTick)
- [IsVehicleDead](scripting/functions/IsVehicleDead)
- [ToggleVehicleSirenEnabled](scripting/functions/ToggleVehicleSirenEnabled)
- [IsVehicleSirenEnabled](scripting/functions/IsVehicleSirenEnabled)
- [GetVehicleModelCount](scripting/functions/GetVehicleModelCount)
Expand Down
50 changes: 0 additions & 50 deletions docs/scripting/callbacks/OnScriptCash.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/scripting/functions/CreatePickup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Known Bug(s):
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.
- [CreatePlayerPickup](CreatePlayerPickup): Creates a pickup which will be visible to only one player.
- [DestroyPlayerPickup](DestroyPlayerPickup): Destroy a player-pickup.
Expand Down
2 changes: 1 addition & 1 deletion docs/scripting/functions/GetPickupModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public OnGameModeInit()
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.

2 changes: 1 addition & 1 deletion docs/scripting/functions/GetPickupPos.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ public OnGameModeInit()
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.

2 changes: 1 addition & 1 deletion docs/scripting/functions/GetPickupType.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ public OnGameModeInit()
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.

2 changes: 1 addition & 1 deletion docs/scripting/functions/GetPickupVirtualWorld.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public OnGameModeInit()
- [SetPickupVirtualWorld](SetPickupVirtualWorld): Sets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.

37 changes: 0 additions & 37 deletions docs/scripting/functions/GetPlayerLastSyncedTrailerID.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/scripting/functions/GetPlayerLastSyncedVehicleID.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/scripting/functions/GetServerRuleFlags.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/scripting/functions/GetVehicleOccupiedTick.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/scripting/functions/GetVehicleRespawnTick.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ public OnGameModeInit()
}
```

## Related Functions

- [SetVehicleRespawnTick](SetVehicleRespawnTick): Set the respawn tick of a vehicle.
4 changes: 0 additions & 4 deletions docs/scripting/functions/HasVehicleBeenOccupied.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ else
// Vehicle is not occupied
}
```

## Related Functions

- [SetVehicleBeenOccupied](SetVehicleBeenOccupied): Sets the vehicle's occupancy.
48 changes: 0 additions & 48 deletions docs/scripting/functions/HideObjectForPlayer.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/scripting/functions/HidePickupForPlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ public OnPlayerSpawn(playerid)
- [SetPickupVirtualWorld](SetPickupVirtualWorld): Sets the virtual world ID of a pickup.
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.
65 changes: 0 additions & 65 deletions docs/scripting/functions/IsObjectHiddenForPlayer.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/scripting/functions/IsPickupHiddenForPlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public OnPlayerSpawn(playerid)
- [GetPickupVirtualWorld](GetPickupVirtualWorld): Gets the virtual world ID of a pickup.
- [ShowPickupForPlayer](ShowPickupForPlayer): Shows a pickup for a specific player.
- [HidePickupForPlayer](HidePickupForPlayer): Hides a pickup for a specific player.
- [SetPickupForPlayer](SetPickupForPlayer): Adjusts the pickup model, type, and position for a specific player.
Loading

0 comments on commit 5682b03

Please sign in to comment.