Not logged inOpenClonk Forum
Up Topic [Cleanup] Global Functions

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Isilkor
Functions I have converted to C4Script functions so far:
  • ExtractLiquid

  • FlameConsumeMaterial

  • LaunchEarthquake

  • LaunchLightning

We can probably also remove GBackSolid et al., but I haven't considered the performance implications.

Functions removed without replacement, and rationale:
  • LaunchVolcano (already have a replacement in Commits.c)

  • Var, as well as (Set/Inc/Dec)Var (obsolete due to named variables)

  • SetLocal/SetGlobal (obsolete since Local/Global returns a reference)

  • ObjectCall (obsolete, use arrow syntax and Call)

  • Set/Inc/Dec (obsolete)


Also I've changed SetColor to use 32bit colors, like SetColorDw did before. The latter has been removed. Same thing with GetColor.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill