diff options
Diffstat (limited to 'games/devtest/mods/testtools/README.md')
| -rw-r--r-- | games/devtest/mods/testtools/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/devtest/mods/testtools/README.md b/games/devtest/mods/testtools/README.md index 3de2969a7..03d826da7 100644 --- a/games/devtest/mods/testtools/README.md +++ b/games/devtest/mods/testtools/README.md @@ -120,6 +120,17 @@ Usage: * Punch entity to increase visual size * Sneak+punch entity to decrease visual size +## Branding Iron +Give an object a temporary name. + +Usage: +* Punch object: Brand the object +* Punch air: Brand yourself +* The name is valid until the object unloads. +* Devices that accept the returned name also accept "player:<playername>" for players. + +Use `testtools.get_branded_object(name)` to get an ObjRef. + ## Note Meta Privatizer Sets the 'formspec' and 'infotext' metadata fields of a node to private. This means that clients can no longer access these |
