FutureProg functions

overridesdesc

Perception · computer function, computer program, standard futureprog

Boolean overridesdesc(Perceivable Perceivable, Text Tag, Text Description)
Contexts: computer function, computer program, standard futureprog
This function adds an override to the target's short description, which applies to all perceivers. Lasts until the ClearSDesc function is used on this perceivable.
Perceivable: The perceivable who's description is being altered
Tag: A short bit of text identifying this specific effect and allowing you to remove it later
Description: The overriden description for this perceivable. Can include description markups

Boolean overridesdesc(Perceivable Perceivable, Text Tag, Text Description, TimeSpan Time)
Contexts: computer function, computer program, standard futureprog
This function adds an override to the target's short description, which applies to all perceivers. Lasts until the specified duration, or until ClearSDesc called if null.
Perceivable: The perceivable who's description is being altered
Tag: A short bit of text identifying this specific effect and allowing you to remove it later
Description: The overriden description for this perceivable. Can include description markups
Time: The time that this effect will apply for. If null, applies forever

Boolean overridesdesc(Perceivable Perceivable, Text Tag, Text Description, TimeSpan Time, Perceiver Perceiver)
Contexts: computer function, computer program, standard futureprog
This function adds an override to the target's short description, which applies to the specified perceiver only (or all perceivers if null). Lasts until the specified duration, or until ClearSDesc called if null.
Perceivable: The perceivable who's description is being altered
Tag: A short bit of text identifying this specific effect and allowing you to remove it later
Description: The overriden description for this perceivable. Can include description markups
Time: The time that this effect will apply for. If null, applies forever
Perceiver: If specified, the description is only overriden for this perceiver. If null, applies to everyone

Boolean overridesdesc(Perceivable Perceivable, Text Tag, Text Description, TimeSpan Time, Perceiver Perceiver, Number Prog)
Contexts: computer function, computer program, standard futureprog
This function adds an override to the target's short description, which applies to the specified perceiver only (or all perceivers if null) and only when the filter prog applies. Lasts until the specified duration, or until ClearSDesc called if null.
Perceivable: The perceivable who's description is being altered
Tag: A short bit of text identifying this specific effect and allowing you to remove it later
Description: The overriden description for this perceivable. Can include description markups
Time: The time that this effect will apply for. If null, applies forever
Perceiver: If specified, the description is only overriden for this perceiver. If null, applies to everyone
Prog: A prog taking a perceivable and perceiver input (or just a single perceivable) and returning boolean that controls whether this applies

Boolean overridesdesc(Perceivable Perceivable, Text Tag, Text Description, TimeSpan Time, Perceiver Perceiver, Text Prog)
Contexts: computer function, computer program, standard futureprog
This function adds an override to the target's short description, which applies to the specified perceiver only (or all perceivers if null) and only when the filter prog applies. Lasts until the specified duration, or until ClearSDesc called if null.
Perceivable: The perceivable who's description is being altered
Tag: A short bit of text identifying this specific effect and allowing you to remove it later
Description: The overriden description for this perceivable. Can include description markups
Time: The time that this effect will apply for. If null, applies forever
Perceiver: If specified, the description is only overriden for this perceiver. If null, applies to everyone
Prog: A prog taking a perceivable and perceiver input (or just a single perceivable) and returning boolean that controls whether this applies

← Back to FutureProg functions