- renamed IsActorPlayingSomething to IsActorPlayingSound and made it clearscope.
This commit is contained in:
parent
0a8effaf9e
commit
136ab4f48a
2 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(AActor, A_StartSound, A_StartSound)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(AActor, IsActorPlayingSomething, S_IsActorPlayingSomething)
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(AActor, IsActorPlayingSound, S_IsActorPlayingSomething)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
PARAM_INT(channel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue