Create visual effects [अप्रचलित]

STD Library
अप्रचलित
सर्वर साइड
क्राफ्टलैंड स्टूडियो मोबाइल और पीसी दोनों पर उपलब्ध है

Create an icon using the specified effect type. If there are more properties to set, further set its entity properties through the entity (deprecated, please use CreateEffect)

डिक्लेरेशन

func CreateEffectEntity_Deprecated(out var entityVarName entity<PresentEffect_Deprecated>, ownerPlayer entity<Player>, effectType VFXType)
go

पैरामीटर्स

इनपुट

नाम टाइप विवरण
Player Player The player entity it belongs to, only visible to that player
Visual effects EffectType Special effect type, the type of special effect that players can choose

आउट

नाम टाइप विवरण
Visual effects entity PresentEffect[अप्रचलित] In the code, it is used to indicate the name of the parameter for creating a special effect entity. The corresponding local variable value is the entity that creates the special effect.