Bedrock-OSS / bedrock-wiki

Rewrite of the Bedrock Wiki.
https://wiki.bedrock.dev
158 stars 258 forks source link

Imported world in example code of scripting/typescript.md #839

Closed Simon-Losier closed 3 months ago

Simon-Losier commented 3 months ago

Issue

Code example does not compile/run as world is not defined

Error:

main.ts:10:29 - error TS2304: Cannot find name 'world'.  

10   const players: Player[] = world.getPlayers(options);

Fix

Imported world from @minecraft/server