» Sun Jun 17, 2012 11:14 pm
From the Creation Kit wiki:
The "Native" flag indicates a function that does not have a function body, because the function is implemented by the game itself. If you add the native flag to a function the game does not expose, the compiler won't complain, but the game will error at you.
So yes, it would seem native functions are those that are hard coded.