Click or drag to resize

BattleLeveRound Class

type - 8 another version of BattleLeveSurvive (it literally says BattleLeveSurvive:OnTerminate in some of the lua print functions :rofl:)
Inheritance Hierarchy

Namespace:  ff14bot.Directors
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class BattleLeveRound : BattleLeveSurvive

The BattleLeveRound type exposes the following members.

Properties
  NameDescription
Public propertyDirectorType (Inherited from Director.)
Public propertyGetBitFlag16 (Inherited from Director.)
Public propertyGetBitFlag24 (Inherited from Director.)
Public propertyGetBitFlag32 (Inherited from Director.)
Public propertyGetBitFlag40 (Inherited from Director.)
Public propertyGetBitFlag48 (Inherited from Director.)
Public propertyGetBitFlag56 (Inherited from Director.)
Public propertyGetBitFlag64 (Inherited from Director.)
Public propertyGetBitFlag72 (Inherited from Director.)
Public propertyGetBitFlag8 (Inherited from Director.)
Public propertyGetBitFlag80 (Inherited from Director.)
Public propertyGetBranch (Inherited from Director.)
Public propertyGetI16A (Inherited from Director.)
Public propertyGetI16B (Inherited from Director.)
Public propertyGetI16C (Inherited from Director.)
Public propertyGetI16D (Inherited from Director.)
Public propertyGetI16E (Inherited from Director.)
Public propertyGetI32A (Inherited from Director.)
Public propertyGetI32B (Inherited from Director.)
Public propertyGetI8A (Inherited from Director.)
Public propertyGetI8B (Inherited from Director.)
Public propertyGetI8C (Inherited from Director.)
Public propertyGetI8D (Inherited from Director.)
Public propertyGetI8E (Inherited from Director.)
Public propertyGetI8F (Inherited from Director.)
Public propertyGetI8G (Inherited from Director.)
Public propertyGetI8H (Inherited from Director.)
Public propertyGetI8I (Inherited from Director.)
Public propertyGetI8J (Inherited from Director.)
Public propertyGetUI16A (Inherited from Director.)
Public propertyGetUI16B (Inherited from Director.)
Public propertyGetUI16C (Inherited from Director.)
Public propertyGetUI16D (Inherited from Director.)
Public propertyGetUI16E (Inherited from Director.)
Public propertyGetUI32A (Inherited from Director.)
Public propertyGetUI32B (Inherited from Director.)
Public propertyGetUI8A (Inherited from Director.)
Public propertyGetUI8AH (Inherited from Director.)
Public propertyGetUI8AL (Inherited from Director.)
Public propertyGetUI8B (Inherited from Director.)
Public propertyGetUI8BH (Inherited from Director.)
Public propertyGetUI8BL (Inherited from Director.)
Public propertyGetUI8C (Inherited from Director.)
Public propertyGetUI8CH (Inherited from Director.)
Public propertyGetUI8CL (Inherited from Director.)
Public propertyGetUI8D (Inherited from Director.)
Public propertyGetUI8DH (Inherited from Director.)
Public propertyGetUI8DL (Inherited from Director.)
Public propertyGetUI8E (Inherited from Director.)
Public propertyGetUI8EH (Inherited from Director.)
Public propertyGetUI8EL (Inherited from Director.)
Public propertyGetUI8F (Inherited from Director.)
Public propertyGetUI8FH (Inherited from Director.)
Public propertyGetUI8FL (Inherited from Director.)
Public propertyGetUI8G (Inherited from Director.)
Public propertyGetUI8GH (Inherited from Director.)
Public propertyGetUI8GL (Inherited from Director.)
Public propertyGetUI8H (Inherited from Director.)
Public propertyGetUI8HH (Inherited from Director.)
Public propertyGetUI8HL (Inherited from Director.)
Public propertyGetUI8I (Inherited from Director.)
Public propertyGetUI8IH (Inherited from Director.)
Public propertyGetUI8IL (Inherited from Director.)
Public propertyGetUI8J (Inherited from Director.)
Public propertyGetUI8JH (Inherited from Director.)
Public propertyGetUI8JL (Inherited from Director.)
Public propertyGetUI8K (Inherited from Director.)
Public propertyGetUI8L (Inherited from Director.)
Public propertyId (Inherited from Director.)
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyLeveId (Inherited from LeveDirector.)
Public propertyLuaString (Inherited from Director.)
Public propertyPointer (Inherited from RemoteObject.)
Public propertyRoundPoints (Inherited from BattleLeveSurvive.)
Public propertyRoundTargetPoints (Inherited from BattleLeveSurvive.)
Public propertySubId (Inherited from Director.)
Public propertyVariation (Inherited from LeveDirector.)
Public propertyVTable (Inherited from RemoteObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActiveObjectives
gets available tasks
(Overrides BattleLeveSurviveGetActiveObjectives.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTodoArgs
will return 0 for the Max value if the objectives (1-8) hasn't been "revealed" Max value for objectives 1-8 aren't stored in the BattleLeveData, Lua doesn't contain the data until the objective is visible.
(Overrides BattleLeveSurviveGetTodoArgs(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTodoChecked (Inherited from LeveDirector.)
Public methodKillCount (Inherited from BattleLeveSurvive.)
Public methodKillTarget (Inherited from BattleLeveSurvive.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
See Also