This time around it includes full C# source, Option Explicit, Type Writing/Reading commands, Code Profiling, Function Macros and more.
Check it out here.
Check it out here.
Type widget Field a, b, c End Type Function widgetGet.widget() w.widget = New widget w\a = 10 w\b = 20 ; Notice Str() function here... Debuglog "Custom Type Value: "+Str(w) Return(w) End Function
Type Some_Type #FieldGroup1 #FieldGroup2 Field X#, Y#, Z# #FieldGroup1 #Byte Field Lives #FieldGroup1 #Byte Field Clip_Left #FieldGroup2 #Word Distance[ 12 ] End Type #WriteType Some_Type, Instance, Server_Stream, 1;Write Group 1 Only #WriteType Some_Type, Instance, Client_Stream, 2;Write Group 2 Only #WriteType Some_Type, Instance, File_Handle;All Groups...