Skip to content

Instantly share code, notes, and snippets.

@TomGrobbe
Created March 8, 2019 00:55
Show Gist options
  • Save TomGrobbe/cd83554764a2f245f9c052097319c0fb to your computer and use it in GitHub Desktop.
Save TomGrobbe/cd83554764a2f245f9c052097319c0fb to your computer and use it in GitHub Desktop.
--[[ SCALEFORM FUNCTIONS LIST
int RequestScaleformMovie(scalename)
bool HasScaleformMovieLoaded(scale)
bool HasNamedScaleformMovieLoaded(scalename)
bool BeginScaleformMovieMethodN(funcname) -- global frontend menu scaleforms (not needed in most cases)
bool BeginScaleformMovieMethodV(funcname) -- global frontend menu scaleforms (not needed in most cases)
bool BeginScaleformMovieMethod(scale, funcname)
void CallScaleformMovieMethod(scale, funcname)
void PushScaleformMovieMethodParameterInt(int)
void PushScaleformMovieMethodParameterFloat(float)
void PushScaleformMovieMethodParameterBool(bool)
void PushScaleformMovieMethodParameterString(string)
void EndScaleformMovieMethod()
int EndScaleformMovieMethodReturn()
bool GetScaleformMovieFunctionReturnBool(int methodReturn)
int GetScaleformMovieFunctionReturnInt(int methodReturn)
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment