Release 1.07
							parent
							
								
									0e27bfc203
								
							
						
					
					
						commit
						14c8787220
					
				| 
						 | 
					@ -89,16 +89,21 @@ typedef struct
 | 
				
			||||||
    float LongBreakForDeviation;
 | 
					    float LongBreakForDeviation;
 | 
				
			||||||
} PlayerProfile;
 | 
					} PlayerProfile;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					std::string GetScriptPath();
 | 
				
			||||||
void TerminateScript();
 | 
					void TerminateScript();
 | 
				
			||||||
Timer GetScriptTimer();
 | 
					Timer GetScriptTimer();
 | 
				
			||||||
void SetScriptInfo(ScriptInfo);
 | 
					void SetScriptInfo(const ScriptInfo&);
 | 
				
			||||||
void GetScriptInfo(ScriptInfo&);
 | 
					void GetScriptInfo(ScriptInfo&);
 | 
				
			||||||
void SetPlayerProfile(PlayerProfile);
 | 
					void SetPlayerProfile(const PlayerProfile&);
 | 
				
			||||||
void RequestArgument(std::string Argument, std::string Description);
 | 
					void RequestArgument(const std::string& Argument, const std::string& Description);
 | 
				
			||||||
 | 
					std::string GetArgumentsName();
 | 
				
			||||||
 | 
					void LoadArguments(const std::string& FileName);
 | 
				
			||||||
 | 
					void SaveArguments(const std::string& FileName);
 | 
				
			||||||
 | 
					std::string GetArgument(const std::string& Argument);
 | 
				
			||||||
 | 
					void SetArgument(const std::string& Argument, const std::string& Value);
 | 
				
			||||||
std::vector<std::string> GetArguments();
 | 
					std::vector<std::string> GetArguments();
 | 
				
			||||||
std::vector<std::string> GetArgumentDescriptions();
 | 
					std::vector<std::string> GetArgumentDescriptions();
 | 
				
			||||||
void SetArgument(std::string Argument, std::string Value);
 | 
					
 | 
				
			||||||
std::string GetArgument(std::string Argument);
 | 
					 | 
				
			||||||
std::uint32_t GetLoopDelay();
 | 
					std::uint32_t GetLoopDelay();
 | 
				
			||||||
void SetLoopDelay(std::uint32_t Delay);
 | 
					void SetLoopDelay(std::uint32_t Delay);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -72,12 +72,16 @@ class Magic
 | 
				
			||||||
            NORMAL_ENTANGLE,
 | 
					            NORMAL_ENTANGLE,
 | 
				
			||||||
            NORMAL_STUN,
 | 
					            NORMAL_STUN,
 | 
				
			||||||
            NORMAL_CHARGE,
 | 
					            NORMAL_CHARGE,
 | 
				
			||||||
 | 
					            NORMAL_WIND_SURGE,
 | 
				
			||||||
            NORMAL_TELEOTHER_FALADOR,
 | 
					            NORMAL_TELEOTHER_FALADOR,
 | 
				
			||||||
 | 
					            NORMAL_WATER_SURGE,
 | 
				
			||||||
            NORMAL_TELE_BLOCK,
 | 
					            NORMAL_TELE_BLOCK,
 | 
				
			||||||
            NORMAL_TELEPORT_TO_BOUNTY_TARGET,
 | 
					            NORMAL_TELEPORT_TO_BOUNTY_TARGET,
 | 
				
			||||||
            NORMAL_LVL6_ENCHANT,
 | 
					            NORMAL_LVL6_ENCHANT,
 | 
				
			||||||
            NORMAL_TELEOTHER_CAMELOT,
 | 
					            NORMAL_TELEOTHER_CAMELOT,
 | 
				
			||||||
 | 
					            NORMAL_EARTH_SURGE,
 | 
				
			||||||
            NORMAL_LVL7_ENCHANT,
 | 
					            NORMAL_LVL7_ENCHANT,
 | 
				
			||||||
 | 
					            NORMAL_FIRE_SURGE,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            LUNAR_LUNAR_HOME_TELEPORT,
 | 
					            LUNAR_LUNAR_HOME_TELEPORT,
 | 
				
			||||||
            LUNAR_BAKE_PIE,
 | 
					            LUNAR_BAKE_PIE,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue