Browse Source

Fix docs about `StaticConstructor()`

pull/8/head
Anton Tarasenko 3 years ago
parent
commit
73fabb4250
  1. 4
      sources/Types/AcediaActor.uc
  2. 4
      sources/Types/AcediaObject.uc

4
sources/Types/AcediaActor.uc

@ -166,8 +166,8 @@ protected function Constructor(){}
/**
* When using proper methods for creating objects (`MemoryAPI`),
* this method is guaranteed to be called after object of this (or it's child)
* class is allocated.
* this method is guaranteed to be called after object of this class is
* allocated.
*
* If you overload this method, first two lines must always be
* ____________________________________________________________________________

4
sources/Types/AcediaObject.uc

@ -167,8 +167,8 @@ protected function Constructor(){}
/**
* When using proper methods for creating objects (`MemoryAPI`),
* this method is guaranteed to be called after object of this (or it's child)
* class is allocated.
* this method is guaranteed to be called after object of this class is
* allocated.
*
* If you overload this method, first two lines must always be
* ____________________________________________________________________________

Loading…
Cancel
Save