Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
| def | __setattr__ |
| def | copy |
| def | setType |
| def | load |
| def | toBytes |
| def | fromBytes |
Public Attributes | |
| type | |
| args | |
Static Public Attributes | |
| list | params = [None] |
A change to be done on the world
| def shared.orders.Order.copy | ( | self | ) |
Copy the object from class Order
| def shared.orders.Order.fromBytes | ( | self, | |
| byt | |||
| ) |
Retrieve order from network bytes
| def shared.orders.Order.load | ( | self, | |
| dat, | |||
| named | |||
| ) |
Initialise the order with an Xml structure
| def shared.orders.Order.setType | ( | self, | |
| typ | |||
| ) |
Initialise args according to the given type
| def shared.orders.Order.toBytes | ( | self | ) |
Bytes to send the order on the network
1.7.6.1