Hey there! I was trying to rewrite all of Source Engine's nextbot pathfinding code so it could be used on players, all in Lua.
However, I came across this function
[code]CNavArea::SetParent[/code]
This isn't available in Lua. In a key C++ pathfinding func I was trying to rewrite, they set the parent of a CNavArea to NULL before doing any operations. How would I go about getting/setting this?
Sorry, you need to Log In to post a reply to this thread.