I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE1:NBSPLog (Class)"
From Unreal Wiki, The Unreal Engine Documentation Site
m (Created page with '== Purpose == This is the mutator part of NBSP. == Variables == * var NBSPLog logger - Reference to Logger class * var NBSPSettings settings * var NBSPReporter reporter - Refe...') |
m (moved NBSPLog (Class) to UE1:NBSPLog (Class)) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
− | + | == Overview == | |
+ | * Spawned by NBSP in it's Spawned() function if UseNBSPLog is true. | ||
== Variables == | == Variables == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Discussion == | == Discussion == | ||
Line 34: | Line 10: | ||
== Complete source code == | == Complete source code == | ||
− | <uscript> | + | <uscript></uscript> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[Category:NBSP | + | [[Category:NBSP Classes]] |
Latest revision as of 18:18, 5 April 2009
Purpose[edit]
Overview[edit]
- Spawned by NBSP in it's Spawned() function if UseNBSPLog is true.