O ObscuR New Member Joined Jun 21, 2012 Messages 48 Reaction score 0 Aug 5, 2012 #1 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?
Apoc Well-Known Member Joined Jan 16, 2010 Messages 2,790 Reaction score 94 Aug 5, 2012 #2 ObscuR said: 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? Click to expand... (Navigator.NavigationProvider as DefaultNavigationProvider).CurrentPath
ObscuR said: 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? Click to expand... (Navigator.NavigationProvider as DefaultNavigationProvider).CurrentPath
O ObscuR New Member Joined Jun 21, 2012 Messages 48 Reaction score 0 Aug 5, 2012 #3 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: Aug 7, 2012
wow shit you the best but private IndexedList<Vector3> CurrentPath { get; set; } could you change that to: public IndexedList<Vector3> CurrentPath { get; set; }
O ObscuR New Member Joined Jun 21, 2012 Messages 48 Reaction score 0 Aug 7, 2012 #4 i wonder if he really did read the post before ....
R raivin Member Joined Aug 4, 2012 Messages 74 Reaction score 0 Aug 7, 2012 #5 hey Obscur are you using any IDE on creating plugins?
O ObscuR New Member Joined Jun 21, 2012 Messages 48 Reaction score 0 Aug 7, 2012 #6 raivin said: hey Obscur are you using any IDE on creating plugins? Click to expand... Visual studio