Command Service Parameters¶
Required Sim Info¶
- class CommonRequiredSimInfoConsoleCommandParameter(*args, **kwargs)¶
Bases:
CommonConsoleCommandParameterA param that requires a Sim ID, a Sims First Name, or a Sims First and Last Name of a Sim to be specified.
- classmethod get_value(output, *args)¶
Retrieve the number of arguments taken and the value returned.
- Return type:
SimInfo
Optional Sim Info¶
- class CommonOptionalSimInfoConsoleCommandParameter(*args, **kwargs)¶
Bases:
CommonRequiredSimInfoConsoleCommandParameterA param that optionally requires a Sim ID, a Sims First Name, or a Sims First and Last Name of a Sim to be specified. If not provided, the active SimInfo will be supplied instead.
- classmethod get_value(output, *args)¶
Retrieve the number of arguments taken and the value returned.
- Return type:
SimInfo