View Single Post
Old 07-24-10, 06:55 PM   #1209
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

Quote:
Originally Posted by privateer View Post
OK.
You should make this (And much more) a part of the Documents on S3D.
Until SH5 there wasn't really a reason to, and since I didn't have much time it never made it into documentation. Perhaps over time. But as I indicated, if I know something (obscure) may help you or anyone and is fairly easy to explain I will support where I can and post how.

Quote:
Originally Posted by privateer View Post
Since S3D is written in C#, would formulas (for lack of a better term)
work in add-on files?

Say something like declaring Mylong = Ulong, Ulong, Ulong
(With the correct terminalogy of course)
Yes and no, depends on the situation. And for that reason I'd say it would only make it more complex for others to read (non-coders) if I had mixed different declaration styles.

PS: a shorter notation for nullables btw is to append a ? (question mark) after the type.
'Nullable<float>' is the same as 'float?'
skwasjer is offline   Reply With Quote