P3D-Legacy/P3D/World
JappaWakka 319ad9b231 Added @item.select and <inventory.selected>
@item.select(AllowedPages,AllowedItems)
Opens an item select screen with only the specified item type pages (separated with ";", e.g. "0;1;2" or "standard;medicine;plants") and possible item IDs (single items separated with ";", or with a "-" if you want a range, e.g. "2000-2066"
Both variables are optional. If AllowedPages is empty, all pages are allowed. If AllowItems is empty, all items are allowed.

<inventory.selected>
Returns the ID of the item selected in the screen opened by @item.select(AllowedPages,AllowedItems)
2023-05-31 12:34:11 +02:00
..
ActionScript Added @item.select and <inventory.selected> 2023-05-31 12:34:11 +02:00
Badge.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
BaseEntity.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
Level.vb Fixed wrong bugcatchingconstest item pickup type.. 2023-04-01 09:15:57 +02:00
LevelLoader.vb Fix Structure offset inside another structure 2023-05-13 19:58:12 +02:00
Lighting.vb Finally made LightingType 6 function correctly 2022-11-26 14:41:30 +01:00
OffsetMap.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
PokemonEncounter.vb Entering battle without pokémon triggers blackout 2023-02-26 17:16:39 +01:00
Shader.vb Shaders now independent of daytime 2022-05-14 14:45:01 +02:00
SkyDome.vb Weather render distance and color tweaks 2023-01-23 12:17:57 +01:00
Terrain.vb Typo fixes and incorrect comments 2022-09-15 21:12:12 +02:00
World.vb Weather render distance and color tweaks 2023-01-23 12:17:57 +01:00