/return_entity_at_location.py Secret
Created
June 23, 2021 08:30
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# return the entity at co-ordinate (1,1) | |
entity_at_1_1 = entity_at((1,1)) | |
# will return 'wb', 'a', etc. corresponding to different | |
# types of objects in the game (wb = wooden block, a = ammo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment