MessageManager
Classes¶
            MessageManager
¶
    
              Bases: AoE2Object
Manager of the everything message tab related.
Source code in AoE2ScenarioParser/objects/managers/message_manager.py
                8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57  |  | 
Attributes¶
  
hints_string_table_id: int = hints_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
hints_string_table_id                  
history_string_table_id: int = history_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
history_string_table_id                  
instructions_string_table_id: int = instructions_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
instructions_string_table_id                  
loss_string_table_id: int = loss_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
loss_string_table_id                  
scouts_string_table_id: int = scouts_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
scouts_string_table_id                  
victory_string_table_id: int = victory_string_table_id
  
      instance-attribute
  
¶
                
                        Type:
Value:
  
              int
                        Value:
victory_string_table_id                Functions¶
def __init__(...)
¶
        Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
instructions | 
                    
                                str
                     | 
                    - | required | 
hints | 
                    
                                str
                     | 
                    - | required | 
victory | 
                    
                                str
                     | 
                    - | required | 
loss | 
                    
                                str
                     | 
                    - | required | 
history | 
                    
                                str
                     | 
                    - | required | 
scouts | 
                    
                                str
                     | 
                    - | required | 
instructions_string_table_id | 
                    
                                int
                     | 
                    - | required | 
hints_string_table_id | 
                    
                                int
                     | 
                    - | required | 
victory_string_table_id | 
                    
                                int
                     | 
                    - | required | 
loss_string_table_id | 
                    
                                int
                     | 
                    - | required | 
history_string_table_id | 
                    
                                int
                     | 
                    - | required | 
scouts_string_table_id | 
                    
                                int
                     | 
                    - | required | 
kwargs | 
                    ? | - | 
                                {}
                     | 
                
Source code in AoE2ScenarioParser/objects/managers/message_manager.py
                    29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57  |  |