[Script] Rename float to CastFloat (#431)
This commit is contained in:
parent
ca7b8f797d
commit
b55d609710
@ -208,7 +208,7 @@ namespace Components
|
||||
});
|
||||
|
||||
// Func present on IW5
|
||||
Script::AddFunction("Float", [] // gsc: Float()
|
||||
Script::AddFunction("CastFloat", [] // gsc: CastFloat()
|
||||
{
|
||||
switch (Game::Scr_GetType(0))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user