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`), * When using proper methods for creating objects (`MemoryAPI`),
* this method is guaranteed to be called after object of this (or it's child) * this method is guaranteed to be called after object of this class is
* class is allocated. * allocated.
* *
* If you overload this method, first two lines must always be * 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`), * When using proper methods for creating objects (`MemoryAPI`),
* this method is guaranteed to be called after object of this (or it's child) * this method is guaranteed to be called after object of this class is
* class is allocated. * allocated.
* *
* If you overload this method, first two lines must always be * If you overload this method, first two lines must always be
* ____________________________________________________________________________ * ____________________________________________________________________________

Loading…
Cancel
Save