EngineReplaceAnimation

From Multi Theft Auto: Wiki
Revision as of 15:55, 18 June 2018 by CrosRoad95 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} Replace existed animation with other. ==Syntax== <syntaxhighlight lang="lua"> bool engineReplaceAnimation ( handling theIFP, string InternalBloc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Replace existed animation with other.

Syntax

bool engineReplaceAnimation ( handling theIFP, string InternalBlockName, string InternalAnimName, string CustomBlockName, string CustomAnimName)

Required Arguments

  • InternalBlockName: todo
  • InternalAnimName: todo
  • CustomBlockName: todo
  • CustomAnimName: todo

Returns

Returns true on success, false in case of failure.

Example

-- @todo

See Also