WARPXM v1.10.0
|
Writes out a list of variables. More...
Writes out a list of variables.
Public Member Functions | |
def | __init__ (self, name, ReadVars, WriteAllCalls=None, stage=0, WriteInterval=1) |
Public Member Functions inherited from warpy.host_actions.host_action.host_action | |
def | __init__ (self, name, req_attrs, opt_attrs=None, variables=None) |
def | variables (self) |
Public Attributes | |
stage | |
Public Attributes inherited from warpy.host_actions.host_action.host_action | |
vars_ | |
def warpy.host_actions.writer.writer.__init__ | ( | self, | |
name, | |||
ReadVars, | |||
WriteAllCalls = None , |
|||
stage = 0 , |
|||
WriteInterval = 1 |
|||
) |
name | |
ReadVars | list of variables to write |
WriteAllCalls | |
stage | What stage of a given variable to write |
WriteInterval | write every n'th frame |
Reimplemented from warpy.host_actions.host_action.host_action.
warpy.host_actions.writer.writer.stage |