Difference between revisions of "Talk:Programming Guide"

From Space Engineers Wiki
Jump to: navigation, search
(Block Classes: new section)
(Block Classes)
Line 5: Line 5:
 
Hmm, I started to enter programming info in the block pages themselves. Would look there first, anyways. So I would prefer to move the info in this chapter to the block pages.
 
Hmm, I started to enter programming info in the block pages themselves. Would look there first, anyways. So I would prefer to move the info in this chapter to the block pages.
 
The info I've added to some block pages so far are actions (only long names as received by GetActions) and properties as received by GetProperty. What's missing there are fields and methods of the class.
 
The info I've added to some block pages so far are actions (only long names as received by GetActions) and properties as received by GetProperty. What's missing there are fields and methods of the class.
 +
I would then only provide the information how to access actions, properties, fields and methods in general here in this guide.

Revision as of 07:36, 3 February 2015

Linked from front page - replacing programming Rhine (talk) 01:33, 6 January 2015 (UTC)

Block Classes

Hmm, I started to enter programming info in the block pages themselves. Would look there first, anyways. So I would prefer to move the info in this chapter to the block pages. The info I've added to some block pages so far are actions (only long names as received by GetActions) and properties as received by GetProperty. What's missing there are fields and methods of the class. I would then only provide the information how to access actions, properties, fields and methods in general here in this guide.