JoeBrewski
New Member
- Joined
- Jul 4, 2012
- Messages
- 315
Just renewed my keys.
Sample Code (to query for all placeables within 120 meters) - If Aevitas could take a look at it, that'd be great.
...
foreach (TorPlaceable obj in ObjectManager.GetObjects<Buddy.Swtor.Objects.TorPlaceable>().OrderBy(t => t.Distance).Where(t => t.Distance <= 12.0f))
try
{...}
...
Returns a list of objects, but each and every one is invalid ("Object reference not set to an instance of an object.") - not sure if a bad DomDef or what.
Joe
Sample Code (to query for all placeables within 120 meters) - If Aevitas could take a look at it, that'd be great.
...
foreach (TorPlaceable obj in ObjectManager.GetObjects<Buddy.Swtor.Objects.TorPlaceable>().OrderBy(t => t.Distance).Where(t => t.Distance <= 12.0f))
try
{...}
...
Returns a list of objects, but each and every one is invalid ("Object reference not set to an instance of an object.") - not sure if a bad DomDef or what.
Joe