What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[API Request] Make CurrentPath public

ObscuR

New Member
Joined
Jun 21, 2012
Messages
48
Reaction score
0
i would like to access to DefaultNavigationProvider.CurrentPath for my minimap plugin but without using reflexion.


could you please change it public ?
or is there another way to get the path?
 
i would like to access to DefaultNavigationProvider.CurrentPath for my minimap plugin but without using reflexion.


could you please change it public ?
or is there another way to get the path?

(Navigator.NavigationProvider as DefaultNavigationProvider).CurrentPath

:)
 
wow shit you the best but :)
private IndexedList<Vector3> CurrentPath { get; set; }
could you change that to:
public IndexedList<Vector3> CurrentPath { get; set; }
 
Last edited:
i wonder if he really did read the post before ....
 
Back
Top