SockpuppetPersonality
Category: Sockpuppet
Base class: Resource
Properties
className : str (Read-Only)
classUserName : str (Read-Only)
cls : Type (Read-Only)
nProperties : int (Read-Only)
properties : List[SockpuppetProperty]
variantName : str
vmapVersion : int
Methods
addProperty(self, fieldName: str, displayName: str, group: str) -> SockpuppetProperty
findProperty(self, fieldName: str) -> SockpuppetProperty
Returns the SockpuppetProperty that matches the given name.Parameters:
- fieldName: Name used to locate the property.
Returns The found SockpuppetProperty. Returns None if no matches are found.
*/
isSameAs(self, p: SockpuppetPersonality) -> bool
reset(self)
Reset the Sockpuppet personality to default properties.