Enormous

From IvanWiki
Revision as of 02:28, 1 September 2014 by 4zb4 (talk | contribs) (Created page with "{{code}} IsEnormous is a script tag found within char.dat. It is only used to immediately state that a character cannot be transparent. Any further implications are unknown and ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Coding: This article contains code which is for experienced users only, and may reveal game secrets


IsEnormous is a script tag found within char.dat. It is only used to immediately state that a character cannot be transparent. Any further implications are unknown and unimplemented.

Current enormous characters:

truth character::IsTransparent() const 

{ 
  return !IsEnormous() || GetTorso()->GetMainMaterial()->IsTransparent() || StateIsActivated(INVISIBLE); 
}