8 lines
285 B
Python
8 lines
285 B
Python
epytext=\
|
|
''' @ivar name: The name of this Group object.
|
|
@type name: string
|
|
@ivar users: Number of users this group has (read only)
|
|
@type users: int
|
|
@ivar fakeUser: The fake user status.
|
|
Enabling this will keep it in the blend even if there are no users.
|
|
@type fakeUser: bool''' |