dcs
Procs | |
GetIdFromArguments | Generates an id for bespoke elements when given the argument list Generating the id here is a bit complex because we need to support named arguments Named arguments can appear in any order and we need them to appear after ordered arguments We assume that no one will pass in a named argument with a value of null |
---|---|
rotate_decals | Remove old decals and apply new decals after rotation as necessary |
Proc Details
GetIdFromArguments
Generates an id for bespoke elements when given the argument list Generating the id here is a bit complex because we need to support named arguments Named arguments can appear in any order and we need them to appear after ordered arguments We assume that no one will pass in a named argument with a value of null
rotate_decals
Remove old decals and apply new decals after rotation as necessary