EngineReplaceAnimation

From Multi Theft Auto: Wiki
Revision as of 15:56, 18 June 2018 by CrosRoad95 (talk | contribs)
Jump to navigation Jump to search

Replace existed animation with other.

Syntax

bool engineReplaceAnimation ( ifp 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