FutureProg functions
tocharacter
Character tocharacter(CollectionItem character)
Contexts: computer function, computer program, standard futureprog
Converts a collection item to a character, if possible. Otherwise returns null.
character: The collection item to convert to a character.
Character tocharacter(Number id)
Contexts: computer function, computer program, standard futureprog
Retrieves or loads a character by their ID. Does not add them to the gameworld if it does load them. Can return null if no character with that ID is found.
id: The id of the character to retrieve or load
Character tocharacter(Perceivable character)
Contexts: computer function, computer program, standard futureprog
Converts a perceivable to a character, if possible. Otherwise returns null.
character: The perceivable to convert to a character.
Character tocharacter(Perceiver character)
Contexts: computer function, computer program, standard futureprog
Converts a perceiver to a character, if possible. Otherwise returns null.
character: The perceiver to convert to a character.
Character tocharacter(Toon character)
Contexts: computer function, computer program, standard futureprog
Converts a toon to a character, if possible. Otherwise returns null.
character: The toon to convert to a character.
Contexts: computer function, computer program, standard futureprog
Converts a collection item to a character, if possible. Otherwise returns null.
character: The collection item to convert to a character.
Character tocharacter(Number id)
Contexts: computer function, computer program, standard futureprog
Retrieves or loads a character by their ID. Does not add them to the gameworld if it does load them. Can return null if no character with that ID is found.
id: The id of the character to retrieve or load
Character tocharacter(Perceivable character)
Contexts: computer function, computer program, standard futureprog
Converts a perceivable to a character, if possible. Otherwise returns null.
character: The perceivable to convert to a character.
Character tocharacter(Perceiver character)
Contexts: computer function, computer program, standard futureprog
Converts a perceiver to a character, if possible. Otherwise returns null.
character: The perceiver to convert to a character.
Character tocharacter(Toon character)
Contexts: computer function, computer program, standard futureprog
Converts a toon to a character, if possible. Otherwise returns null.
character: The toon to convert to a character.