GameObjectManagerGetObjectByIdT Method |
Gets a entity by it's ref.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static GameObject GetObjectById<T>(
uint ref,
bool allowInheritance = false
)
where T : GameObject
Parameters
- ref
- Type: SystemUInt32
The ref. - allowInheritance (Optional)
- Type: SystemBoolean
if set to true [allow inheritance].
Type Parameters
- T
Return Value
Type:
GameObjectRemarks
Created 2012-02-27
See Also