AddStaticPickup
Fügt ein 'static' Pickup zum Spiel hinzu.
Fügt ein 'static' Pickup zum Spiel hinzu.
This function does exactly the same as AddStaticPickup, except it returns a pickup ID which can be used to destroy it afterwards and be tracked using OnPlayerPickUpPickup.
Creates a pickup which will be visible to only one player.
Destroys a player-pickup created with CreatePlayerPickup.
Gets the model ID of a pickup.
Gets the coordinates of a pickup.
Gets the type of a pickup.
Gets the virtual world ID of a pickup.
Gets the model ID of a player-pickup.
Gets the coordinates of a player-pickup.
Gets the type of a player-pickup.
Gets the virtual world ID of a player-pickup.
Hides a pickup for a specific player.
Checks if a pickup is hidden for a specific player.
Checks if a pickup is streamed in for a specific player.
Checks if a player-pickup is streamed in for the player.
Checks if a pickup is valid.
Checks if a player-pickup is valid.
Dieses Callback wird ausgeführt wenn ein Spieler einem Dialog antwortet(benutzt), indem er einen der Buttons drückt, Enter/ESC drückt oder ein List-Item per Doppelklick auswählt(List Style Dialog).
This callback is called when a player picks up a player-pickup created with CreatePlayerPickup.
This callback is called when a player-pickup enters the visual range of the player.
This callback is called when a player-pickup leaves the visual range of the player.
Adjusts the pickup model, type, and position for a specific player.
Sets the model of a pickup.
Sets the position of a pickup.
Sets the type of a pickup.
Sets the virtual world ID of a pickup.
Sets the model of a player-pickup.
Sets the position of a player-pickup.
Sets the type of a player-pickup.
Sets the virtual world ID of a player-pickup.
Shows a pickup for a specific player.