Garry's Mod Wiki

Garry's Mod Wiki

  boolean scripted_ents.IsBasedOn( string name, string base )

Description

Checks if name is based on base

Arguments

1 string name
Entity's class name to be checked
2 string base
Base class name to be checked

Returns

1 boolean
Returns true if class name is based on base, else false.

Example

See if gmod_hands is based on base_anim.

print(scripted_ents.IsBasedOn("gmod_hands", "base_anim"))
Output: true

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...