enablerbr Posted March 29, 2010 Share Posted March 29, 2010 while trying to update my c# wrapper. i noticed 3 functions listed in the engine.h file which are not in the engine.dll. these 3 functions are not commented out. TextHeight UpdateTerrainNormal UpdateTerrainAlphaMap are they simply gone for good or should they still be there in the engine.dll? Quote Q6600, GTX 560Ti, 8GB DDR2, Windows 7 Home Premium 64-bit. Link to comment Share on other sites More sharing options...
Canardia Posted March 29, 2010 Share Posted March 29, 2010 You are looking at the wrong place, there might be some old/new typedefs, but they are not loaded or used by the engine. You should look rather at the end of the header file where the comment "Engine Interface Commands" is. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
enablerbr Posted March 29, 2010 Author Share Posted March 29, 2010 ahh. i see what you mean. as for TextHeight i must have been tired when typing it. as there is no TextHeight in the header just FontHeight. i even made up the code for it aswell. though i have to say things are made a little harder as the wiki site isn't keeping upto date with the changes. Quote Q6600, GTX 560Ti, 8GB DDR2, Windows 7 Home Premium 64-bit. Link to comment Share on other sites More sharing options...
Canardia Posted March 29, 2010 Share Posted March 29, 2010 The Wiki should be 100% correct Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
enablerbr Posted March 29, 2010 Author Share Posted March 29, 2010 well only if it has been changed in the last day. i was going through it the other night trying to find out info about certain commands. i noticed they were either not on it or there was commands listed that didn't exist. Quote Q6600, GTX 560Ti, 8GB DDR2, Windows 7 Home Premium 64-bit. Link to comment Share on other sites More sharing options...
Rekindled Phoenix Posted April 3, 2010 Share Posted April 3, 2010 I'm just curious EnablerBr, are you using the C# Wrapper from this forum: C# Headers, or your own? Quote Link to comment Share on other sites More sharing options...
enablerbr Posted April 3, 2010 Author Share Posted April 3, 2010 well i continue to create my own. as i'm doing it to help me learn c# along the way. it seems i spend more time trying to get my wrapper upto .net standards than i do coding an actual game. Quote Q6600, GTX 560Ti, 8GB DDR2, Windows 7 Home Premium 64-bit. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.