Space Engineers

Space Engineers

Not enough ratings
CAT Find Actions & Properties
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
10.266 KB
20 Feb, 2015 @ 4:57am
14 Apr, 2019 @ 6:26am
9 Change Notes ( view )

Subscribe to download
CAT Find Actions & Properties

In 1 collection by Loues.S.Cat
CAT Scripts
12 items
Description
Just a utility script to get the names of all actions and properties of a particular block
It operates on the block name so you don't need to know what type it is.

/*
* Cats makes the best programmers!
* A utility script that only serves to get the names of all actions and properties, details info and typing info of a particular block
* https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=395735553
*
* Vital stuff:
* Change TARGET_BLOCK_NAME to the name of the target block to get the details of. (Not Effected by SHIP_PREFIX)
* You can also provide the target block name as the string argument when the script is run. it will use that in place of the target block name variable. (Not Effected by SHIP_PREFIX)
*
* Important Bits:
* SHIP_PREFIX sets the block name prefix (only blocks with the right prefix will be effected by the script or set null to disable filtering) (SHIP_PREFIX is not applied to the target block name)
* LCD_DISPLAY_TAG The keyword that identifies panels to be used for display (null uses all panels)
*
* Other Bits:
* LCD_DISPLAY_FONT_COL Sets the colour of the text on LCD panels
* LCD_DISPLAY_COLOUR = Sets the colour of the Background on LCD panels
* LCD_FONT_SIZE Sets the Size of the text on LCD panels
*/