FutureProg functions
istagged
Boolean istagged(Item thing, Number tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Item thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for
Boolean istagged(Location thing, Number tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Location thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for
Boolean istagged(Terrain thing, Number tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Terrain thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Item thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for
Boolean istagged(Location thing, Number tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Location thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for
Boolean istagged(Terrain thing, Number tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The id of the tag you want to test for
Boolean istagged(Terrain thing, Text tag)
Contexts: computer function, computer program, standard futureprog
Returns whether or not the thing has or counts as the specified tag. For example, if you specify the tag 'Cutting Implement' and thing is tagged with the 'Knife' tag, and Knife is a Cutting Implement, then thing is a cutting implement.
thing: The thing whose tags you want to interrogate
tag: The name of the tag you want to test for